diff libpurple/plugins/perl/perl.c @ 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 ca09f5b57672
children d638845509fd 39c7bb133a9f
line wrap: on
line diff
--- 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
 };