| 40864:1f54363a79f2 | 40865:82e45cd837fa |
|---|---|
| 21 #include <glib/gstdio.h> | 21 #include <glib/gstdio.h> |
| 22 | 22 |
| 23 #include "silcpurple.h" | 23 #include "silcpurple.h" |
| 24 #include "ft.h" | 24 #include "ft.h" |
| 25 #include "wb.h" | 25 #include "wb.h" |
| 26 | |
| 27 struct _SilcProtocol { | |
| 28 PurpleProtocol parent; | |
| 29 }; | |
| 26 | 30 |
| 27 extern SilcClientOperations ops; | 31 extern SilcClientOperations ops; |
| 28 | 32 |
| 29 static PurpleProtocol *my_protocol = NULL; | 33 static PurpleProtocol *my_protocol = NULL; |
| 30 static GSList *cmds = NULL; | 34 static GSList *cmds = NULL; |