comparison libfaim/faim/aim_cbtypes.h @ 331:f3c8d79688db

[gaim-migrate @ 341] GAIM DOES ICQ!!!! CATCHING UP TO EVERYBUDDY! :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 03 Jun 2000 07:25:42 +0000
parents 0f14e6d8a51b
children e4c34ca88d9b
comparison
equal deleted inserted replaced
330:02da800b7805 331:f3c8d79688db
188 * the SNAC-centered libfaim callback structure. 188 * the SNAC-centered libfaim callback structure.
189 * 189 *
190 */ 190 */
191 #define AIM_CB_SPECIAL_AUTHSUCCESS 0x0001 191 #define AIM_CB_SPECIAL_AUTHSUCCESS 0x0001
192 #define AIM_CB_SPECIAL_AUTHOTHER 0x0002 192 #define AIM_CB_SPECIAL_AUTHOTHER 0x0002
193 #define AIM_CB_SPECIAL_CONNERR 0x0003
193 #define AIM_CB_SPECIAL_UNKNOWN 0xffff 194 #define AIM_CB_SPECIAL_UNKNOWN 0xffff
194 #define AIM_CB_SPECIAL_DEFAULT AIM_CB_SPECIAL_UNKNOWN 195 #define AIM_CB_SPECIAL_DEFAULT AIM_CB_SPECIAL_UNKNOWN
195 196
196 197
197 #endif/*__AIM_CBTYPES_H__ */ 198 #endif/*__AIM_CBTYPES_H__ */