Mercurial > pidgin
diff src/protocols/zephyr/zephyr_err.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 | fc464a0abccc |
| children |
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr_err.h Fri Dec 16 04:08:05 2005 +0000 +++ b/src/protocols/zephyr/zephyr_err.h Fri Dec 16 09:02:17 2005 +0000 @@ -25,7 +25,7 @@ #define ZERR_NOMORESUBSCRIPTIONS (-772103660L) #define ZERR_TOOMANYSUBS (-772103659L) #define ZERR_EOF (-772103658L) -extern void initialize_zeph_error_table (void); +void initialize_zeph_error_table (void); #define ERROR_TABLE_BASE_zeph (-772103680L) /* for compatibility with older versions... */
