diff libpurple/protocols/bonjour/bonjour.c @ 16702:56f0049d3207

Add padding to silc and bonjour to get rid of a bunch of warnings. What's the reasoning behind this padding again? So that we don't break binary compatibility across minor versions?
author Mark Doliner <mark@kingant.net>
date Mon, 30 Apr 2007 07:11:51 +0000
parents a26cbbd1409c
children 3bd360f26a9e
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/bonjour.c	Mon Apr 30 07:03:10 2007 +0000
+++ b/libpurple/protocols/bonjour/bonjour.c	Mon Apr 30 07:11:51 2007 +0000
@@ -405,6 +405,12 @@
 	NULL,                                                    /* whiteboard_prpl_ops */
 	NULL,                                                    /* send_raw */
 	NULL,                                                    /* roomlist_room_serialize */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -435,6 +441,12 @@
 	NULL,                                             /**< ui_info        */
 	&prpl_info,                                       /**< extra_info     */
 	NULL,                                             /**< prefs_info     */
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };