| 40 /** @copydoc _PurpleProtocolClass */ |
40 /** @copydoc _PurpleProtocolClass */ |
| 41 typedef struct _PurpleProtocolClass PurpleProtocolClass; |
41 typedef struct _PurpleProtocolClass PurpleProtocolClass; |
| 42 |
42 |
| 43 /** @copydoc _PurpleProtocolInterface */ |
43 /** @copydoc _PurpleProtocolInterface */ |
| 44 typedef struct _PurpleProtocolInterface PurpleProtocolInterface; |
44 typedef struct _PurpleProtocolInterface PurpleProtocolInterface; |
| |
45 |
| |
46 #include "account.h" |
| |
47 #include "buddylist.h" |
| |
48 #include "connection.h" |
| |
49 #include "conversations.h" |
| |
50 #include "ft.h" |
| |
51 #include "roomlist.h" |
| |
52 #include "whiteboard.h" |
| 45 |
53 |
| 46 /** |
54 /** |
| 47 * Represents an instance of a protocol registered with the protocols |
55 * Represents an instance of a protocol registered with the protocols |
| 48 * subsystem. |
56 * subsystem. |
| 49 */ |
57 */ |