| 11 |
11 |
| 12 #include "../perl-common.h" |
12 #include "../perl-common.h" |
| 13 |
13 |
| 14 #include "account.h" |
14 #include "account.h" |
| 15 #include "connection.h" |
15 #include "connection.h" |
| |
16 #include "conversation.h" |
| 16 #include "debug.h" |
17 #include "debug.h" |
| 17 #include "server.h" |
18 #include "server.h" |
| 18 |
19 |
| 19 typedef GaimAccount * Gaim__Account; |
20 typedef GaimAccount * Gaim__Account; |
| 20 typedef GaimConnection * Gaim__Connection; |
|
| 21 typedef GaimConversation *Gaim__Conversation; |
|
| 22 typedef GaimPlugin * Gaim__Plugin; |
|
| 23 typedef struct buddy * Gaim__BuddyList__Buddy; |
21 typedef struct buddy * Gaim__BuddyList__Buddy; |
| 24 typedef struct chat * Gaim__BuddyList__Chat; |
22 typedef struct chat * Gaim__BuddyList__Chat; |
| 25 typedef struct group * Gaim__BuddyList__Group; |
23 typedef struct group * Gaim__BuddyList__Group; |
| |
24 typedef GaimConnection * Gaim__Connection; |
| |
25 typedef GaimConversation *Gaim__Conversation; |
| |
26 typedef GaimChat * Gaim__Conversation__Chat; |
| |
27 typedef GaimIm * Gaim__Conversation__IM; |
| |
28 typedef GaimWindow * Gaim__ConvWindow; |
| |
29 typedef GaimPlugin * Gaim__Plugin; |
| 26 |
30 |
| 27 typedef GaimDebugLevel Gaim__DebugLevel; |
31 typedef GaimDebugLevel Gaim__DebugLevel; |