summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index c2166b1..2e5ac29 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -133,6 +133,8 @@ 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 list_head rp_quit_hook;
+extern struct list_head rp_restart_hook;
extern struct rp_hook_db_entry rp_hook_db[];