synced with r26251
[mplayer/glamo.git] / command.h
blobffc81be2b57b774ebc8dded8578874c9535899b5
1 #ifndef MPLAYER_COMMAND_H
2 #define MPLAYER_COMMAND_H
4 #include "mp_core.h"
5 #include "input/input.h"
7 int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
8 char *property_expand_string(struct MPContext *mpctx, char *str);
9 void property_print_help(void);
11 #endif /* MPLAYER_COMMAND_H */