diff options
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ void fn_disconnect(void); extern char numbuf[10]; extern char *msg_src, *msg_cmd, *msg_dest, *msg_text; extern char *msg_args[MAX_MSG_ARGS]; -extern int msg_argcount; +extern char msg_argcount; extern char irc_away; extern char bell_type; extern char start_latch; |
