summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index cca5f27..7c25741 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -125,5 +125,11 @@ extern char *rp_error_msg;
/* Number sets for windows. */
extern struct numset *rp_window_numset;
+extern struct list_head rp_prefix_hook;
+extern struct list_head rp_switch_win_hook;
+extern struct list_head rp_switch_frame_hook;
+extern struct list_head rp_switch_group_hook;
+
+extern struct rp_hook_db_entry rp_hook_db[];
#endif