mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
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
|