summaryrefslogtreecommitdiffstats
path: root/cmd-list-keys.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-10-16 18:30:36 +0100
committerThomas Adam <thomas@xteddy.org>2012-10-16 18:30:36 +0100
commitd4dc52ec8451c51b8566ebbcfdb2210a556facdc (patch)
tree78bddf9141c16265271c99757e98f6d538abc32b /cmd-list-keys.c
parenta91c5989717da36a78beacdc75ab96412ec791a2 (diff)
parentc695c0c085ea7a603f740479eccdc2cf7836e626 (diff)
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'cmd-list-keys.c')
-rw-r--r--cmd-list-keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-keys.c b/cmd-list-keys.c
index afd5b4a3..51eeb674 100644
--- a/cmd-list-keys.c
+++ b/cmd-list-keys.c
@@ -97,7 +97,7 @@ cmd_list_keys_exec(struct cmd *self, struct cmd_ctx *ctx)
return (CMD_RETURN_NORMAL);
}
-int
+enum cmd_retval
cmd_list_keys_table(struct cmd *self, struct cmd_ctx *ctx)
{
struct args *args = self->args;