diff libpurple/plugins/joinpart.c @ 16674:5205dd2bd035

And the rest of the plugins that are compiling for me by default...
author Gary Kramlich <grim@reaperworld.com>
date Sun, 29 Apr 2007 22:33:23 +0000
parents f8eb3e7c4fbd
children de2946d55a2d
line wrap: on
line diff
--- a/libpurple/plugins/joinpart.c	Sun Apr 29 22:17:53 2007 +0000
+++ b/libpurple/plugins/joinpart.c	Sun Apr 29 22:33:23 2007 +0000
@@ -246,7 +246,13 @@
 static PurplePluginUiInfo prefs_info = {
 	get_plugin_pref_frame,
 	0,   /* page_num (reserved) */
-	NULL /* frame (reserved) */
+	NULL, /* frame (reserved) */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -279,7 +285,13 @@
 	NULL,                                             /**< ui_info        */
 	NULL,                                             /**< extra_info     */
 	&prefs_info,                                      /**< prefs_info     */
-	NULL                                              /**< actions        */
+	NULL,                                             /**< actions        */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static void