summaryrefslogtreecommitdiffstats
path: root/cmd-list-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 21:48:11 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 21:48:11 +0000
commit75e1e4b91e083c82f48de5f426b3cfc6c7c5a7df (patch)
tree66f7cb600434ebfd34166f3e4ebf4257ee3cb986 /cmd-list-keys.c
parent5a3b92c2dfd9fbcf8bda10742cea1fb47927536d (diff)
Lose usage and move it into the struct.
Diffstat (limited to 'cmd-list-keys.c')
-rw-r--r--cmd-list-keys.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd-list-keys.c b/cmd-list-keys.c
index 9134db40..b999e594 100644
--- a/cmd-list-keys.c
+++ b/cmd-list-keys.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-list-keys.c,v 1.1 2007-10-04 00:18:59 nicm Exp $ */
+/* $Id: cmd-list-keys.c,v 1.2 2007-10-04 21:48:11 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -30,8 +30,8 @@
void cmd_list_keys_exec(void *, struct cmd_ctx *);
const struct cmd_entry cmd_list_keys_entry = {
- CMD_LISTKEYS, "list-keys", "lsk", CMD_NOSESSION,
- NULL,
+ CMD_LISTKEYS, "list-keys", "lsk", "",
+ CMD_NOSESSION,
NULL,
cmd_list_keys_exec,
NULL,