comparison plugins/perl/perl.c @ 6063:5239a3b4ab33

[gaim-migrate @ 6513] clean up a lot of compiler warnings. Hopefully I didn't break anything too badly. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 08 Jul 2003 06:11:49 +0000
parents 547ba881bc7e
children 5823ed7e2583
comparison
equal deleted inserted replaced
6062:2cd7c409d71d 6063:5239a3b4ab33
1409 my_plugin = plugin; 1409 my_plugin = plugin;
1410 1410
1411 loader_info.exts = g_list_append(loader_info.exts, "pl"); 1411 loader_info.exts = g_list_append(loader_info.exts, "pl");
1412 } 1412 }
1413 1413
1414 GAIM_INIT_PLUGIN(perl, init_plugin, info); 1414 GAIM_INIT_PLUGIN(perl, init_plugin, info)