comparison plugins/events.c @ 5920:7d385de2f9cd

[gaim-migrate @ 6360] Sean likes to make fun of me because I had static vars that had __ prepended, which is a violation of ANSI standards apparently. So, that's fixed. Oh, and Sean.. *I* broke 0.64! Nyaa! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 18 Jun 2003 06:01:15 +0000
parents dae79aefac8d
children 3b6f48766acb
comparison
equal deleted inserted replaced
5919:889ccc2bef92 5920:7d385de2f9cd
238 NULL, /**< ui_info */ 238 NULL, /**< ui_info */
239 NULL /**< extra_info */ 239 NULL /**< extra_info */
240 }; 240 };
241 241
242 static void 242 static void
243 __init_plugin(GaimPlugin *plugin) 243 init_plugin(GaimPlugin *plugin)
244 { 244 {
245 } 245 }
246 246
247 GAIM_INIT_PLUGIN(eventtester, __init_plugin, info); 247 GAIM_INIT_PLUGIN(eventtester, init_plugin, info);