aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 6c3ef73..15a63d6 100644
--- a/cmd.c
+++ b/cmd.c
@@ -222,7 +222,7 @@ void cmd_add_command( cmdstruct *cmd ) {
}
/* Init the command listing, called from main */
-void _cmd_init() {
+void initialize_cmd(void) {
int i;
/* Now add the default command list */