summaryrefslogtreecommitdiffstats
path: root/command.h
blob: c57f81e17c2197b84e0bd3e0c2c753e4d8ae260c (plain)
1
2
3
4
5
6
7
8
#ifndef MPLAYER_COMMAND_H
#define MPLAYER_COMMAND_H

int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
char *property_expand_string(struct MPContext *mpctx, char *str);
void property_print_help(void);

#endif /* MPLAYER_COMMAND_H */