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 c19f45f..f8186a5 100644
--- a/cmd.h
+++ b/cmd.h
@@ -17,5 +17,7 @@ void show_stat __P ((void));
void cmd_add_command( cmdstruct *cmd );
+void initialize_cmd(void);
+
#endif /* _CMD_H_ */