diff options
Diffstat (limited to 'cmd-list-commands.c')
-rw-r--r-- | cmd-list-commands.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cmd-list-commands.c b/cmd-list-commands.c index a5a16791..55587aeb 100644 --- a/cmd-list-commands.c +++ b/cmd-list-commands.c @@ -1,4 +1,4 @@ -/* $Id: cmd-list-commands.c,v 1.7 2009-11-28 14:50:36 tcunha Exp $ */ +/* $Id: cmd-list-commands.c,v 1.8 2011-01-07 14:45:34 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -28,13 +28,12 @@ int cmd_list_commands_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_list_commands_entry = { "list-commands", "lscm", + "", 0, 0, "", - 0, "", + 0, NULL, NULL, - cmd_list_commands_exec, - NULL, - NULL + cmd_list_commands_exec }; /* ARGSUSED */ |