summaryrefslogtreecommitdiffstats
path: root/input/cmd_parse.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-23 14:40:38 +0200
committerwm4 <wm4@nowhere>2014-10-23 15:13:05 +0200
commitdd77f0d37e6b1f73c68bd6155356590477289422 (patch)
tree8c8d5b472b65007732a247a64dbbca987db347cb /input/cmd_parse.h
parent6f958be3253ed002251039be9863c130f8d443e1 (diff)
downloadmpv-dd77f0d37e6b1f73c68bd6155356590477289422.tar.bz2
mpv-dd77f0d37e6b1f73c68bd6155356590477289422.tar.xz
command: print executed commands with -v
Diffstat (limited to 'input/cmd_parse.h')
-rw-r--r--input/cmd_parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/cmd_parse.h b/input/cmd_parse.h
index b5b0c3e0f4..6c4d100752 100644
--- a/input/cmd_parse.h
+++ b/input/cmd_parse.h
@@ -40,6 +40,8 @@ struct mp_cmd *mp_input_parse_cmd_node(struct mp_log *log, struct mpv_node *node
// function
void mp_cmd_free(struct mp_cmd *cmd);
+void mp_cmd_dump(struct mp_log *log, int msgl, char *header, struct mp_cmd *cmd);
+
// This creates a copy of a command (used by the auto repeat stuff).
struct mp_cmd *mp_cmd_clone(struct mp_cmd *cmd);