diff src/protocols/zephyr/error_table.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/error_table.h	Fri Dec 16 04:08:05 2005 +0000
+++ b/src/protocols/zephyr/error_table.h	Fri Dec 16 09:02:17 2005 +0000
@@ -20,6 +20,6 @@
 #define	ERRCODE_RANGE	8	/* # of bits to shift table number */
 #define	BITS_PER_CHAR	6	/* # bits to shift per character in name */
 
-extern const char *error_table_name(void);
+const char *error_table_name(void);
 #define _ET_H
 #endif