libpurple/protocols/zephyr/zephyr_internal.h

changeset 39819
3554dac2991b
parent 39556
622bf98df0ac
child 39829
ce056c64e426
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
6 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of 6 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of
7 * Technology. For copying and distribution information, see the 7 * Technology. For copying and distribution information, see the
8 * file "mit-copyright.h". 8 * file "mit-copyright.h".
9 */ 9 */
10 10
11 #ifndef __ZEPHYR_H__ 11 #ifndef PURPLE_ZEPHYR_ZEPHYR_INTERNAL_H
12 #define __ZEPHYR_H__ 12 #define PURPLE_ZEPHYR_ZEPHYR_INTERNAL_H
13 13
14 #include <config.h> 14 #include <config.h>
15 15
16 #include <glib.h> 16 #include <glib.h>
17 17
334 #define USER_REREAD "REREAD" /* Opcode: Reread desc file */ 334 #define USER_REREAD "REREAD" /* Opcode: Reread desc file */
335 #define USER_SHUTDOWN "SHUTDOWN" /* Opcode: Go catatonic */ 335 #define USER_SHUTDOWN "SHUTDOWN" /* Opcode: Go catatonic */
336 #define USER_STARTUP "STARTUP" /* Opcode: Come out of it */ 336 #define USER_STARTUP "STARTUP" /* Opcode: Come out of it */
337 #define USER_EXIT "EXIT" /* Opcode: Exit the client */ 337 #define USER_EXIT "EXIT" /* Opcode: Exit the client */
338 338
339 #endif /* __ZEPHYR_H__ */ 339 #endif /* PURPLE_ZEPHYR_ZEPHYR_INTERNAL_H */

mercurial