comparison 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
comparison
equal deleted inserted replaced
16673:6531f1a2e1d7 16674:5205dd2bd035
244 } 244 }
245 245
246 static PurplePluginUiInfo prefs_info = { 246 static PurplePluginUiInfo prefs_info = {
247 get_plugin_pref_frame, 247 get_plugin_pref_frame,
248 0, /* page_num (reserved) */ 248 0, /* page_num (reserved) */
249 NULL /* frame (reserved) */ 249 NULL, /* frame (reserved) */
250
251 /* padding */
252 NULL,
253 NULL,
254 NULL,
255 NULL
250 }; 256 };
251 257
252 static PurplePluginInfo info = 258 static PurplePluginInfo info =
253 { 259 {
254 PURPLE_PLUGIN_MAGIC, 260 PURPLE_PLUGIN_MAGIC,
277 NULL, /**< destroy */ 283 NULL, /**< destroy */
278 284
279 NULL, /**< ui_info */ 285 NULL, /**< ui_info */
280 NULL, /**< extra_info */ 286 NULL, /**< extra_info */
281 &prefs_info, /**< prefs_info */ 287 &prefs_info, /**< prefs_info */
282 NULL /**< actions */ 288 NULL, /**< actions */
289
290 /* padding */
291 NULL,
292 NULL,
293 NULL,
294 NULL
283 }; 295 };
284 296
285 static void 297 static void
286 init_plugin(PurplePlugin *plugin) 298 init_plugin(PurplePlugin *plugin)
287 { 299 {