diff src/gaim.h @ 139:c009c4f4ad02

[gaim-migrate @ 149] Decided I wasn't going to implement a generic unload_plugin, and decided I liked the plugin box interface, and decided to make that the only interface. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 19 Apr 2000 20:28:02 +0000
parents 4e91b92f91a7
children fbabd28795d2
line wrap: on
line diff
--- a/src/gaim.h	Wed Apr 19 12:36:18 2000 +0000
+++ b/src/gaim.h	Wed Apr 19 20:28:02 2000 +0000
@@ -295,7 +295,7 @@
 #define TYPE_SIGNOFF   4
 #define TYPE_KEEPALIVE 5
 
-#define REVISION "gaim:$Revision: 146 $"
+#define REVISION "gaim:$Revision: 149 $"
 #define FLAPON "FLAPON\r\n\r\n"
 
 #define ROAST "Tic/Toc"
@@ -568,9 +568,7 @@
 
 #ifdef GAIM_PLUGINS
 /* Functions in plugins.c */
-extern void load_plugin  (GtkWidget *, gpointer);
-extern void unload_plugin(GtkWidget *, gpointer);
-extern void show_plugins (GtkWidget *, gpointer);
+extern void show_plugins(GtkWidget *, gpointer);
 extern void gaim_signal_connect(void *, enum gaim_event, void *, void *);
 extern void gaim_signal_disconnect(void *, enum gaim_event, void *);
 #endif