libpurple/protocols/null/nullprpl.c

changeset 40865
82e45cd837fa
parent 40813
71305a7d7423
child 40885
87f6241da196
equal deleted inserted replaced
40864:1f54363a79f2 40865:82e45cd837fa
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 */

mercurial