comparison libfaim/aim_internal.h @ 1899:a2624692260b

[gaim-migrate @ 1909] this is part two of three committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 May 2001 03:53:23 +0000
parents 109cacf1ff97
children 741842331ceb
comparison
equal deleted inserted replaced
1898:73d73939f698 1899:a2624692260b
124 124
125 faim_internal int aim_chat_readroominfo(u_char *buf, struct aim_chat_roominfo *outinfo); 125 faim_internal int aim_chat_readroominfo(u_char *buf, struct aim_chat_roominfo *outinfo);
126 126
127 faim_internal void faimdprintf(struct aim_session_t *sess, int dlevel, const char *format, ...); 127 faim_internal void faimdprintf(struct aim_session_t *sess, int dlevel, const char *format, ...);
128 128
129 #ifndef FAIM_INTERNAL_INSANE
129 /* why the hell wont cpp let you use #error inside #define's? */ 130 /* why the hell wont cpp let you use #error inside #define's? */
130 /* isn't it single-pass? so the #error would get passed to the compiler --jbm */ 131 /* isn't it single-pass? so the #error would get passed to the compiler --jbm */
131 #define printf() printf called inside libfaim 132 #define printf() printf called inside libfaim
132 #define sprintf() unbounded sprintf used inside libfaim 133 #define sprintf() unbounded sprintf used inside libfaim
134 #endif
133 135
134 #endif /* __AIM_INTERNAL_H__ */ 136 #endif /* __AIM_INTERNAL_H__ */
135 #endif /* FAIM_INTERNAL */ 137 #endif /* FAIM_INTERNAL */