comparison libpurple/protocols/oscar/family_icq.c @ 30381:a347a4cd1caf

Moved encoding-related functions to a separate file, renamed some of them, and updated comments.
author ivan.komarov@soc.pidgin.im
date Sat, 24 Jul 2010 17:32:00 +0000
parents 879baaf87aa2
children 11c54d781835
comparison
equal deleted inserted replaced
30380:2d4dd38c5db5 30381:a347a4cd1caf
21 /* 21 /*
22 * Family 0x0015 - Encapsulated ICQ. 22 * Family 0x0015 - Encapsulated ICQ.
23 * 23 *
24 */ 24 */
25 25
26 #include "encoding.h"
26 #include "oscar.h" 27 #include "oscar.h"
27 28
28 #define AIM_ICQ_INFO_REQUEST 0x04b2 29 #define AIM_ICQ_INFO_REQUEST 0x04b2
29 #define AIM_ICQ_ALIAS_REQUEST 0x04ba 30 #define AIM_ICQ_ALIAS_REQUEST 0x04ba
30 31