Mercurial > pidgin
diff src/protocols/gg/gg.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 | 059d95c67cda |
| children | d8cd876e613e |
line wrap: on
line diff
--- a/src/protocols/gg/gg.c Wed Jun 18 04:17:39 2003 +0000 +++ b/src/protocols/gg/gg.c Wed Jun 18 06:01:15 2003 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 6304 2003-06-14 23:21:02Z chipx86 $ + * $Id: gg.c 6360 2003-06-18 06:01:15Z chipx86 $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> * @@ -1373,7 +1373,7 @@ }; static void -__init_plugin(GaimPlugin *plugin) +init_plugin(GaimPlugin *plugin) { GaimAccountOption *option; @@ -1385,4 +1385,4 @@ my_protocol = plugin; } -GAIM_INIT_PLUGIN(gg, __init_plugin, info); +GAIM_INIT_PLUGIN(gg, init_plugin, info);
