1 #ifndef MPLAYER_COMMAND_H
2 #define MPLAYER_COMMAND_H
7 int run_command(struct MPContext
*mpctx
, struct mp_cmd
*cmd
);
8 char *property_expand_string(struct MPContext
*mpctx
, char *str
);
9 void property_print_help(void);
11 #endif /* MPLAYER_COMMAND_H */