| 49 |
49 |
| 50 #include <purple.h> |
50 #include <purple.h> |
| 51 |
51 |
| 52 #include "nullprpl.h" |
52 #include "nullprpl.h" |
| 53 |
53 |
| |
54 struct _NullProtocol { |
| |
55 PurpleProtocol parent; |
| |
56 }; |
| |
57 |
| 54 /* |
58 /* |
| 55 * reference to the protocol instance, used for registering signals, prefs, |
59 * reference to the protocol instance, used for registering signals, prefs, |
| 56 * etc. it is set when the protocol is added in plugin_load and is required |
60 * etc. it is set when the protocol is added in plugin_load and is required |
| 57 * for removing the protocol in plugin_unload. |
61 * for removing the protocol in plugin_unload. |
| 58 */ |
62 */ |