diff src/protocols/oscar/oscar.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 3941c39ccff5
children e4a27c9aec4c
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Fri Sep 03 21:21:25 2004 +0000
@@ -41,6 +41,7 @@
 #include "proxy.h"
 #include "request.h"
 #include "util.h"
+#include "version.h"
 
 #include "aim.h"
 #include "md5.h"
@@ -7326,7 +7327,6 @@
 
 static GaimPluginProtocolInfo prpl_info =
 {
-	GAIM_PRPL_API_VERSION,
 	OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
 	NULL,					/* user_splits */
 	NULL,					/* protocol_options */
@@ -7399,7 +7399,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          */