mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Make command.h usable without the MPContext typedef.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23415 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4918b7bb5b
commit
a931f0083e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user