Mercurial > pidgin.yaz
comparison plugins/perl/perl-common.h @ 12497:202ce52b77a9
[gaim-migrate @ 14809]
I dislike the use of the extern keyword on functions in header files. It doesn't make a difference, does it?
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Dec 2005 09:02:17 +0000 |
parents | 455610a80747 |
children | 2422097a7a5e |
comparison
equal
deleted
inserted
replaced
12496:f9d0ab1474ac | 12497:202ce52b77a9 |
---|---|
16 | 16 |
17 #define hvref(o) \ | 17 #define hvref(o) \ |
18 (is_hvref(o) ? (HV *)SvRV(o) : NULL); | 18 (is_hvref(o) ? (HV *)SvRV(o) : NULL); |
19 | 19 |
20 #define GAIM_PERL_BOOT_PROTO(x) \ | 20 #define GAIM_PERL_BOOT_PROTO(x) \ |
21 extern void boot_Gaim__##x(pTHX_ CV *cv); | 21 void boot_Gaim__##x(pTHX_ CV *cv); |
22 | 22 |
23 #define GAIM_PERL_BOOT(x) \ | 23 #define GAIM_PERL_BOOT(x) \ |
24 gaim_perl_callXS(boot_Gaim__##x, cv, mark) | 24 gaim_perl_callXS(boot_Gaim__##x, cv, mark) |
25 | 25 |
26 void gaim_perl_normalize_script_name(char *name); | 26 void gaim_perl_normalize_script_name(char *name); |