mirror of https://github.com/mpv-player/mpv
7 lines
152 B
C
7 lines
152 B
C
|
#ifndef _parser_mpcmd_h
|
||
|
#define _parser_mpcmd_h
|
||
|
|
||
|
extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
|
||
|
|
||
|
#endif
|