diff src/gaim.h @ 885:db5f5c33e83f

[gaim-migrate @ 895] Thank to William Bader for this fix committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Sep 2000 16:51:54 +0000
parents 789df4b47508
children fa2feef25e1e
line wrap: on
line diff
--- a/src/gaim.h	Tue Sep 12 01:09:59 2000 +0000
+++ b/src/gaim.h	Tue Sep 12 16:51:54 2000 +0000
@@ -150,15 +150,6 @@
         char page[255];
 };
 
-#ifdef GAIM_PLUGINS
-struct gaim_plugin {
-	char *name;
-	char *filename;
-	char *description;
-	void *handle;
-	int   remove;
-};
-
 enum gaim_event {
 	event_signon = 0,
 	event_signoff,
@@ -185,6 +176,15 @@
 	/* any others? it's easy to add... */
 };
 
+#ifdef GAIM_PLUGINS
+struct gaim_plugin {
+	char *name;
+	char *filename;
+	char *description;
+	void *handle;
+	int   remove;
+};
+
 struct gaim_callback {
 	void *handle;
 	enum gaim_event event;
@@ -408,7 +408,7 @@
 #define TYPE_SIGNOFF   4
 #define TYPE_KEEPALIVE 5
 
-#define REVISION "gaim:$Revision: 883 $"
+#define REVISION "gaim:$Revision: 895 $"
 #define FLAPON "FLAPON\r\n\r\n"
 
 #define ROAST "Tic/Toc"