diff src/protocols/oscar/tlv.c @ 10991:1798ad0be460

[gaim-migrate @ 12829] Rename aim_tlvlist_add_string to aim_tlvlist_add_str. Yes, that's one of the functions I just added. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Jun 2005 04:38:10 +0000
parents 8d74ae785a46
children b6ca6d3c5332
line wrap: on
line diff
--- a/src/protocols/oscar/tlv.c	Thu Jun 09 04:33:52 2005 +0000
+++ b/src/protocols/oscar/tlv.c	Thu Jun 09 04:38:10 2005 +0000
@@ -470,7 +470,7 @@
  * @param value Value to add.
  * @return The size of the value added.
  */
-faim_internal int aim_tlvlist_add_string(aim_tlvlist_t **list, const fu16_t type, const char *value)
+faim_internal int aim_tlvlist_add_str(aim_tlvlist_t **list, const fu16_t type, const char *value)
 {
 	return aim_tlvlist_add_raw(list, type, strlen(value), (fu8_t *)value);
 }