aboutsummaryrefslogtreecommitdiff
path: root/cmd-start-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-start-server.c')
-rw-r--r--cmd-start-server.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/cmd-start-server.c b/cmd-start-server.c
index 26061c9b..585ad4ca 100644
--- a/cmd-start-server.c
+++ b/cmd-start-server.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-start-server.c,v 1.10 2009-11-28 14:50:36 tcunha Exp $ */
+/* $Id: cmd-start-server.c,v 1.11 2011-01-07 14:45:34 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -28,13 +28,12 @@ int cmd_start_server_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_start_server_entry = {
"start-server", "start",
+ "", 0, 0,
"",
- CMD_STARTSERVER, "",
+ CMD_STARTSERVER,
NULL,
NULL,
- cmd_start_server_exec,
- NULL,
- NULL
+ cmd_start_server_exec
};
/* ARGSUSED */