diff options
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 */ |