libfaim/aim_util.c

changeset 283
dbf3342692e9
parent 237
83ff5f92ee7e
child 840
b80a628d935f
equal deleted inserted replaced
282:c9abbe456035 283:dbf3342692e9
2 * 2 *
3 * 3 *
4 * 4 *
5 */ 5 */
6 6
7 #include <aim.h> 7 #include <faim/aim.h>
8 #include <ctype.h> 8 #include <ctype.h>
9 9
10 #define AIMUTIL_USEMACROS 10 #define AIMUTIL_USEMACROS
11 11
12 #ifdef AIMUTIL_USEMACROS 12 #ifdef AIMUTIL_USEMACROS
13 /* macros in aim.h */ 13 /* macros in faim/aim.h */
14 #else 14 #else
15 inline int aimutil_put8(u_char *buf, u_char data) 15 inline int aimutil_put8(u_char *buf, u_char data)
16 { 16 {
17 buf[0] = (u_char)data&0xff; 17 buf[0] = (u_char)data&0xff;
18 return 1; 18 return 1;

mercurial