summaryrefslogtreecommitdiffstats
path: root/mpvcore/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/command.h')
-rw-r--r--mpvcore/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/command.h b/mpvcore/command.h
index dfdc066ac7..d3469fc131 100644
--- a/mpvcore/command.h
+++ b/mpvcore/command.h
@@ -23,6 +23,7 @@ struct MPContext;
struct mp_cmd;
void command_init(struct MPContext *mpctx);
+void command_uninit(struct MPContext *mpctx);
void run_command(struct MPContext *mpctx, struct mp_cmd *cmd);
char *mp_property_expand_string(struct MPContext *mpctx, const char *str);