summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.h
blob: bcee4db88208c3148f76cb1f7cc60df5bd9df5f9 (plain)
1
2
3
4
5
6
7
8
9
#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 */