libpurple/protocols/zephyr/internal.h

changeset 39819
3554dac2991b
parent 34304
faf0414a8b51
child 39829
ce056c64e426
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
1 #ifndef __INTERNAL_H__ 1 #ifndef PURPLE_ZEPHYR_INTERNAL_H
2 #define __INTERNAL_H__ 2 #define PURPLE_ZEPHYR_INTERNAL_H
3 3
4 #include <sysdep.h> 4 #include <sysdep.h>
5 5
6 #ifdef LIBZEPHYR_EXT 6 #ifdef LIBZEPHYR_EXT
7 #include <zephyr/zephyr.h> 7 #include <zephyr/zephyr.h>
116 Code_t Z_WaitForComplete __P((void)); 116 Code_t Z_WaitForComplete __P((void));
117 Code_t Z_WaitForNotice __P((ZNotice_t *notice, 117 Code_t Z_WaitForNotice __P((ZNotice_t *notice,
118 int (*pred) __P((ZNotice_t *, void *)), void *arg, 118 int (*pred) __P((ZNotice_t *, void *)), void *arg,
119 int timeout)); 119 int timeout));
120 120
121 #endif /* __INTERNAL_H__ */ 121 #endif /* PURPLE_ZEPHYR_INTERNAL_H */
122

mercurial