aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.h')
-rw-r--r--src/hotkey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index 3b26ac3..71d2e1d 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -107,6 +107,6 @@ bool intercept_systemkey(CGEventRef event, struct hotkey *eventkey);
bool find_and_exec_hotkey(struct hotkey *k, struct table *t, struct mode **m, struct carbon_event *carbon);
void free_mode_map(struct table *mode_map);
-void init_shell();
+void init_shell(void);
#endif