comparison src/protocols/oscar/tlv.c @ 2866:6d62d4520460

[gaim-migrate @ 2879] try that committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 10 Dec 2001 00:48:27 +0000
parents 9467e4ee81be
children d82f53194f09
comparison
equal deleted inserted replaced
2865:88dc3623a2ae 2866:6d62d4520460
277 * %AIM_CAPS_GETFILE Supports Get File functions 277 * %AIM_CAPS_GETFILE Supports Get File functions
278 * 278 *
279 * %AIM_CAPS_SENDFILE Supports Send File functions 279 * %AIM_CAPS_SENDFILE Supports Send File functions
280 * 280 *
281 */ 281 */
282 faim_internal int aim_addtlvtochain_caps(aim_tlvlist_t **list, const fu16_t t, const fu16_t caps) 282 faim_internal int aim_addtlvtochain_caps(aim_tlvlist_t **list, const fu16_t t, const fu32_t caps)
283 { 283 {
284 fu8_t buf[16*16]; /* icky fixed length buffer */ 284 fu8_t buf[16*16]; /* XXX icky fixed length buffer */
285 aim_bstream_t bs; 285 aim_bstream_t bs;
286 286
287 if (!caps) 287 if (!caps)
288 return 0; /* nothing there anyway */ 288 return 0; /* nothing there anyway */
289 289