comparison src/protocols/oscar/tlv.c @ 3912:e73c48cf1645

[gaim-migrate @ 4071] Little touchups in the "admin" family. Not much has changed, but I moved some functions around because I'm weird. (This is the stuff in "protocol actions" for oscar accounts.) Some of the dialogs should look a little more, I dunno, uniform or something. Change password, format screenname, and change current registered screen name should give you some slightly userfriendly error messages now. Also "confirm account" will pop up that little message that says you should be expecting an email... I think that was one of those brain mistakes, where something was backwards, or something. Uh, so let me know if you see any problems with any of that. Why did I work on this instead of ssi? I don't know. This is funner, I guess. I'll get to ssi eventually... Meow. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 07 Nov 2002 02:25:12 +0000
parents d82f53194f09
children 07283934dedd
comparison
equal deleted inserted replaced
3911:816cfd8dae78 3912:e73c48cf1645
181 181
182 return size; 182 return size;
183 } 183 }
184 184
185 /** 185 /**
186 * aim_addtlvtochain_str - Add a string to a TLV chain 186 * aim_addtlvtochain_raw - Add a string to a TLV chain
187 * @list: Desination chain (%NULL pointer if empty) 187 * @list: Desination chain (%NULL pointer if empty)
188 * @type: TLV type 188 * @t: TLV type
189 * @str: String to add 189 * @l: Length of string to add (not including %NULL)
190 * @len: Length of string to add (not including %NULL) 190 * @v: String to add
191 * 191 *
192 * Adds the passed string as a TLV element of the passed type 192 * Adds the passed string as a TLV element of the passed type
193 * to the TLV chain. 193 * to the TLV chain.
194 * 194 *
195 */ 195 */