comparison libpurple/plugins/idle.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 08db93bbd798
children 44b4e8bd759b 03db0ded2b9a
comparison
equal deleted inserted replaced
16665:6531f1a2e1d7 16666:5205dd2bd035
325 plugin_unload, 325 plugin_unload,
326 NULL, 326 NULL,
327 NULL, 327 NULL,
328 NULL, 328 NULL,
329 NULL, 329 NULL,
330 actions 330 actions,
331
332 /* padding */
333 NULL,
334 NULL,
335 NULL,
336 NULL
331 }; 337 };
332 338
333 static void 339 static void
334 init_plugin(PurplePlugin *plugin) 340 init_plugin(PurplePlugin *plugin)
335 { 341 {