diff src/protocols/novell/novell.c @ 9943:f8e395a054e2

[gaim-migrate @ 10835] this all seemed to work last night...hopefully no stray cosmic rays did anything to break it since then committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Sep 2004 21:21:25 +0000
parents fb08a0973b3e
children 2c7c6bdb938b
line wrap: on
line diff
--- a/src/protocols/novell/novell.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/src/protocols/novell/novell.c	Fri Sep 03 21:21:25 2004 +0000
@@ -30,6 +30,7 @@
 #include "request.h"
 #include "network.h"
 #include "privacy.h"
+#include "version.h"
 
 #define DEFAULT_PORT			8300
 #define NOVELL_CONNECT_STEPS	4
@@ -3390,7 +3391,6 @@
 }
 
 static GaimPluginProtocolInfo prpl_info = {
-	GAIM_PRPL_API_VERSION,
 	0,
 	NULL,						/* user_splits */
 	NULL,						/* protocol_options */
@@ -3452,7 +3452,9 @@
 };
 
 static GaimPluginInfo info = {
-	GAIM_PLUGIN_API_VERSION,		/**< api_version    */
+	GAIM_PLUGIN_MAGIC,
+	GAIM_MAJOR_VERSION,
+	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_PROTOCOL,			/**< type           */
 	NULL,					/**< ui_requirement */
 	0,					/**< flags          */