comparison src/server.h @ 9718:78022bad9367

[gaim-migrate @ 10579] Fix some of those problems where one file needed to be included before another. Also, idle.c, server.c, sound.c and status.c are core-esque files that have gtk stuff in them. Most of it deals with status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 14:24:42 +0000
parents fe35f55ee984
children 60705fd4f411
comparison
equal deleted inserted replaced
9717:f105bc0270c7 9718:78022bad9367
31 */ 31 */
32 #define UC_UNAVAILABLE 1 32 #define UC_UNAVAILABLE 1
33 33
34 #include "account.h" 34 #include "account.h"
35 #include "conversation.h" 35 #include "conversation.h"
36 #include "prpl.h"
36 37
37 #ifdef __cplusplus 38 #ifdef __cplusplus
38 extern "C" { 39 extern "C" {
39 #endif 40 #endif
40 41