summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.h
blob: e86c363042085f9130086c6d383206f815f6d7ed (plain)
1
2
3
4
5
6
#ifndef MPLAYER_PARSER_MPCMD_H
#define MPLAYER_PARSER_MPCMD_H

play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif /* MPLAYER_PARSER_MPCMD_H */