comparison src/protocols/oscar/aim_cbtypes.h @ 5435:a2f26666de42

[gaim-migrate @ 5817] Phroggie says windows doesn't have a z modifier, so I'm just going to change size_t to an int, since it really doesn't matter. I also changed some sprintf's to snprintf's, I'm not really sure why. Changed a printf to gaim_debug in oscar.c, I don't know how that got in there. And I applied a patch that adds an optional callback thing for when a connection is closed. Gaim doesn't use it, but the guy that submitted the patch said it was useful to him. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 May 2003 19:13:21 +0000
parents edfe778868e2
children 34c07f5f34a0
comparison
equal deleted inserted replaced
5434:3034e83c1a49 5435:a2f26666de42
295 #define AIM_CB_SPECIAL_AUTHOTHER 0x0002 295 #define AIM_CB_SPECIAL_AUTHOTHER 0x0002
296 #define AIM_CB_SPECIAL_CONNERR 0x0003 296 #define AIM_CB_SPECIAL_CONNERR 0x0003
297 #define AIM_CB_SPECIAL_CONNCOMPLETE 0x0004 297 #define AIM_CB_SPECIAL_CONNCOMPLETE 0x0004
298 #define AIM_CB_SPECIAL_FLAPVER 0x0005 298 #define AIM_CB_SPECIAL_FLAPVER 0x0005
299 #define AIM_CB_SPECIAL_CONNINITDONE 0x0006 299 #define AIM_CB_SPECIAL_CONNINITDONE 0x0006
300 #define AIM_CB_SPECIAL_IMAGETRANSFER 0x007 300 #define AIM_CB_SPECIAL_IMAGETRANSFER 0x0007
301 #define AIM_CB_SPECIAL_MSGTIMEOUT 0x008 301 #define AIM_CB_SPECIAL_MSGTIMEOUT 0x0008
302 #define AIM_CB_SPECIAL_CONNDEAD 0x0009
302 #define AIM_CB_SPECIAL_UNKNOWN 0xffff 303 #define AIM_CB_SPECIAL_UNKNOWN 0xffff
303 #define AIM_CB_SPECIAL_DEFAULT AIM_CB_SPECIAL_UNKNOWN 304 #define AIM_CB_SPECIAL_DEFAULT AIM_CB_SPECIAL_UNKNOWN
304 305
305 /* SNAC flags */ 306 /* SNAC flags */
306 #define AIM_SNACFLAGS_DESTRUCTOR 0x0001 307 #define AIM_SNACFLAGS_DESTRUCTOR 0x0001