diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-07 17:01:31 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-07 17:01:31 +0200 |
commit | cbe2fc4039df936bff78c98cc15bba8966ac5cdd (patch) | |
tree | 2f9aa98232e4c3d3b02a19287a63293b9a29bb71 /FICS/command.h | |
parent | 13b72eb4782b0b3e7fdf0f2a2d277a57aaedf294 (diff) |
Added parameter list to alias_lookup()
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 *); |