diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-07 17:14:49 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-07 17:14:49 +0200 |
commit | 238330c495372efd7a2c488ca4fa4aa4fbd7ea32 (patch) | |
tree | ac1cb8b073b3477c6375460684333dae1e1ca067 /FICS/command.h | |
parent | e09d1173ef9111a9be36b8d979f9fb6c0c46c347 (diff) |
Moved the function declarations of com_partner() and com_variables()
Diffstat (limited to 'FICS/command.h')
-rw-r--r-- | FICS/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FICS/command.h b/FICS/command.h index 72dc249..1f2eeef 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -137,4 +137,8 @@ extern int process_new_connection(int, unsigned int); extern void TerminateCleanup(void); extern void commands_init(void); +/* From variable.c */ +extern int com_partner(int, param_list); +extern int com_variables(int, param_list); + #endif /* _COMMAND_H */ |