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