summaryrefslogtreecommitdiff
path: root/include/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/handlers.h')
-rw-r--r--include/handlers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/handlers.h b/include/handlers.h
index d7f6ffdd..956b98f4 100644
--- a/include/handlers.h
+++ b/include/handlers.h
@@ -4,7 +4,8 @@
#include <stdbool.h>
#include <wlc/wlc.h>
-extern struct wlc_interface interface;
+void register_wlc_handlers();
+
extern uint32_t keys_pressed[32];
#endif