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, 2 insertions, 0 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index 59ee243..c2caed5 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -97,4 +97,6 @@ bool intercept_systemkey(CGEventRef event, struct hotkey *eventkey);
bool find_and_exec_hotkey(struct hotkey *eventkey, struct table *mode_map, struct mode **current_mode);
void free_mode_map(struct table *mode_map);
+void init_shell();
+
#endif