changeset 16679:98b4e313b9ba

Updating the loaders since I missed them since I'm not building any of them right now
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:42:33 +0000
parents 3d41d0d7fb9b
children 072e10e53037
files libpurple/plugins/mono/loader/mono.c libpurple/plugins/perl/perl.c libpurple/plugins/tcl/tcl.c
diffstat 3 files changed, 38 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/mono/loader/mono.c	Mon Apr 30 00:34:04 2007 +0000
+++ b/libpurple/plugins/mono/loader/mono.c	Mon Apr 30 00:42:33 2007 +0000
@@ -194,7 +194,13 @@
 	probe_mono_plugin,
 	load_mono_plugin,
 	unload_mono_plugin,
-	destroy_mono_plugin
+	destroy_mono_plugin,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -220,6 +226,12 @@
 	NULL,
 	&loader_info,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };
 
--- a/libpurple/plugins/perl/perl.c	Mon Apr 30 00:34:04 2007 +0000
+++ b/libpurple/plugins/perl/perl.c	Mon Apr 30 00:42:33 2007 +0000
@@ -572,7 +572,13 @@
 	probe_perl_plugin,                                /**< probe          */
 	load_perl_plugin,                                 /**< load           */
 	unload_perl_plugin,                               /**< unload         */
-	destroy_perl_plugin                               /**< destroy        */
+	destroy_perl_plugin,                              /**< destroy        */
+	
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -601,6 +607,12 @@
 	NULL,                                             /**< ui_info        */
 	&loader_info,                                     /**< extra_info     */
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };
 
--- a/libpurple/plugins/tcl/tcl.c	Mon Apr 30 00:34:04 2007 +0000
+++ b/libpurple/plugins/tcl/tcl.c	Mon Apr 30 00:42:33 2007 +0000
@@ -399,6 +399,12 @@
 	tcl_load_plugin,
 	tcl_unload_plugin,
 	tcl_destroy_plugin,
+
+	/* pidgin */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo tcl_info =
@@ -424,6 +430,12 @@
 	NULL,
 	&tcl_loader_info,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };