diff 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
line wrap: on
line diff
--- a/src/prpl.h	Wed Nov 01 11:34:56 2000 +0000
+++ b/src/prpl.h	Wed Nov 01 22:30:36 2000 +0000
@@ -96,6 +96,7 @@
 
 /* this is what should actually load the protocol. pass it the protocol's initializer */
 void load_protocol(proto_init);
+void unload_protocol(struct prpl *);
 
 struct prpl *find_prpl(int);