Mercurial > pidgin
comparison plugins/mailchk.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 | 1f901484599d |
| children | 5239a3b4ab33 |
comparison
equal
deleted
inserted
replaced
| 5919:889ccc2bef92 | 5920:7d385de2f9cd |
|---|---|
| 162 NULL, /**< ui_info */ | 162 NULL, /**< ui_info */ |
| 163 NULL /**< extra_info */ | 163 NULL /**< extra_info */ |
| 164 }; | 164 }; |
| 165 | 165 |
| 166 static void | 166 static void |
| 167 __init_plugin(GaimPlugin *plugin) | 167 init_plugin(GaimPlugin *plugin) |
| 168 { | 168 { |
| 169 } | 169 } |
| 170 | 170 |
| 171 GAIM_INIT_PLUGIN(mailchk, __init_plugin, info); | 171 GAIM_INIT_PLUGIN(mailchk, init_plugin, info); |
