Fix some function prototypes from Helmut Tessarek.

This commit is contained in:
Nicholas Marriott
2012-10-15 21:53:30 +00:00
parent 6589120667
commit c695c0c085
4 changed files with 4 additions and 4 deletions

View File

@@ -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;