comparison src/protocols/oscar/info.c @ 3213:7ed9fa994055

[gaim-migrate @ 3230] More stuff from Kingant committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 05 May 2002 19:07:05 +0000
parents 7239a392486c
children d82f53194f09
comparison
equal deleted inserted replaced
3212:56746b0868db 3213:7ed9fa994055
577 /* 577 /*
578 * Normally contains: 578 * Normally contains:
579 * t(0001) - short containing max profile length (value = 1024) 579 * t(0001) - short containing max profile length (value = 1024)
580 * t(0002) - short - unknown (value = 16) [max MIME type length?] 580 * t(0002) - short - unknown (value = 16) [max MIME type length?]
581 * t(0003) - short - unknown (value = 10) 581 * t(0003) - short - unknown (value = 10)
582 * t(0004) - short - unknown (value = 2048) [ICQ only?]
582 */ 583 */
583 static int rights(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs) 584 static int rights(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs)
584 { 585 {
585 aim_tlvlist_t *tlvlist; 586 aim_tlvlist_t *tlvlist;
586 aim_rxcallback_t userfunc; 587 aim_rxcallback_t userfunc;