summaryrefslogtreecommitdiff
path: root/src/main/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cmds.h')
-rw-r--r--src/main/cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cmds.h b/src/main/cmds.h
index a258ce5..324842d 100644
--- a/src/main/cmds.h
+++ b/src/main/cmds.h
@@ -1,7 +1,7 @@
struct commands;
void register_global_commands(struct commands *commands,
- void (*terminate_cb)());
+ void (*terminate_cb)(void));
void teardown_global_commands(void);
void register_buffer_commands(struct commands *commands);