mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
b5ed673f32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26163 b3059339-0415-0410-9bf9-f77b7e298cf2
10 lines
233 B
C
10 lines
233 B
C
#ifndef MPLAYER_PARSER_MPCMD_H
|
|
#define MPLAYER_PARSER_MPCMD_H
|
|
|
|
#include "playtree.h"
|
|
#include "m_config.h"
|
|
|
|
play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
|
|
|
|
#endif /* MPLAYER_PARSER_MPCMD_H */
|