diff libpurple/plugins/tcl/tcl.c @ 16671: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 32c366eeeb99
children fb096fc27b4e
line wrap: on
line diff
--- 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
 };