comparison src/prpl.h @ 1047:ece2d1543b20

[gaim-migrate @ 1057] Plugins now use GModule. Protocol plugins can be dynamically updated. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 01 Nov 2000 22:30:36 +0000
parents daad2440a642
children b0b40b5faede
comparison
equal deleted inserted replaced
1046:4593605da0e2 1047:ece2d1543b20
94 /* this is mostly just for aim.c, when it initializes the protocols */ 94 /* this is mostly just for aim.c, when it initializes the protocols */
95 void static_proto_init(); 95 void static_proto_init();
96 96
97 /* this is what should actually load the protocol. pass it the protocol's initializer */ 97 /* this is what should actually load the protocol. pass it the protocol's initializer */
98 void load_protocol(proto_init); 98 void load_protocol(proto_init);
99 void unload_protocol(struct prpl *);
99 100
100 struct prpl *find_prpl(int); 101 struct prpl *find_prpl(int);
101 102
102 #endif 103 #endif