summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index b2b8e2a4d2..7d395cb329 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -97,6 +97,9 @@ enum mp_command_type {
MP_CMD_WRITE_WATCH_LATER_CONFIG,
+ MP_CMD_HOOK_ADD,
+ MP_CMD_HOOK_ACK,
+
// Internal
MP_CMD_COMMAND_LIST, // list of sub-commands in args[0].v.p
};