diff options
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index 89f94a2..2d106d9 100644 --- a/src/commands.h +++ b/src/commands.h @@ -24,7 +24,7 @@ struct imv_commands { struct imv_list *command_list; }; -struct imv_commands *imv_commands_create(); +struct imv_commands *imv_commands_create(void); void imv_commands_free(struct imv_commands *cmds); void imv_command_register(struct imv_commands *cmds, const char *command, void (*handler)()); void imv_command_alias(struct imv_commands *cmds, const char *command, const char *alias); |