diff libpurple/plugins/statenotify.c @ 16666: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 57d350900136 3cc856ca2338
line wrap: on
line diff
--- a/libpurple/plugins/statenotify.c	Sun Apr 29 22:17:53 2007 +0000
+++ b/libpurple/plugins/statenotify.c	Sun Apr 29 22:33:23 2007 +0000
@@ -124,7 +124,13 @@
 {
 	get_plugin_pref_frame,
 	0,   /* page_num (Reserved) */
-	NULL /* frame (Reserved) */
+	NULL, /* frame (Reserved) */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -157,6 +163,12 @@
 	NULL,                                             /**< ui_info        */
 	NULL,                                             /**< extra_info     */
 	&prefs_info,                                      /**< prefs_info     */
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };