summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd_list.c')
-rw-r--r--input/cmd_list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index bac9b7931a..e6329b9d89 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -170,6 +170,9 @@ const struct mp_cmd_def mp_cmds[] = {
{ MP_CMD_WRITE_WATCH_LATER_CONFIG, "write_watch_later_config", },
+ { MP_CMD_HOOK_ADD, "hook_add", { ARG_STRING, ARG_INT, ARG_INT } },
+ { MP_CMD_HOOK_ACK, "hook_ack", { ARG_STRING } },
+
{0}
};