summaryrefslogtreecommitdiffstats
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.h b/command.h
new file mode 100644
index 0000000000..a383a1aad3
--- /dev/null
+++ b/command.h
@@ -0,0 +1,3 @@
+int run_command(MPContext *mpctx, mp_cmd_t *cmd);
+char *property_expand_string(MPContext *mpctx, char *str);
+void property_print_help(void);