diff options
Diffstat (limited to 'FICS/command.h')
-rw-r--r-- | FICS/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/command.h b/FICS/command.h index 2aef735..01a5929 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -127,7 +127,7 @@ extern time_t startuptime; */ extern int commanding_player; -extern int alias_lookup(); +extern int alias_lookup(char *, alias_type *, int); extern int process_command(int, char *, char **); extern int process_disconnection(int); extern int process_heartbeat(int *); |