aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd.h b/cmd.h
index 372139b..1c655fb 100644
--- a/cmd.h
+++ b/cmd.h
@@ -20,5 +20,7 @@ void cmd_add_command( cmdstruct *cmd );
void initialize_cmd(void);
+int print_all_options __P1 (FILE *,file);
+
#endif /* _CMD_H_ */