comparison src/protocols/oscar/aim_cbtypes.h @ 4804:9810ce8e7a96

[gaim-migrate @ 5124] Here ya go, Rob. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Mar 2003 04:02:30 +0000
parents 1762496d502a
children 815afc71c8e4
comparison
equal deleted inserted replaced
4803:6f04901ef729 4804:9810ce8e7a96
177 #define AIM_CB_CHT_INCOMINGMSG 0x0006 177 #define AIM_CB_CHT_INCOMINGMSG 0x0006
178 #define AIM_CB_CHT_DEFAULT 0xffff 178 #define AIM_CB_CHT_DEFAULT 0xffff
179 179
180 /* 180 /*
181 * SNAC Family: "New" Search 181 * SNAC Family: "New" Search
182 *
183 * Most of these are actually special.
184 */ 182 */
185 #define AIM_CB_SCH_ERROR 0x0001 183 #define AIM_CB_SCH_ERROR 0x0001
186 #define AIM_CB_SCH_SEARCH 0x0002 184 #define AIM_CB_SCH_SEARCH 0x0002
187 #define AIM_CB_SCH_RESULTS 0x0003 185 #define AIM_CB_SCH_RESULTS 0x0003
186
187 /*
188 * SNAC Family: Buddy icons
189 */
190 #define AIM_CB_ICO_ERROR 0x0001
191 #define AIM_CB_ICO_REQUEST 0x0004
192 #define AIM_CB_ICO_RESPONSE 0x0005
188 193
189 /* 194 /*
190 * SNAC Family: ICQ 195 * SNAC Family: ICQ
191 * 196 *
192 * Most of these are actually special. 197 * Most of these are actually special.