1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00
mpv/parser-cfg.h
albeu e4dc453ea0 Replace the trivial command line preparser with a more robust version
allowing all kind of options to be used.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26440 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 19:18:51 +00:00

11 lines
265 B
C

#ifndef MPLAYER_PARSER_CFG_H
#define MPLAYER_PARSER_CFG_H
#include "m_config.h"
int m_config_parse_config_file(m_config_t* config, char *conffile);
int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
#endif /* MPLAYER_PARSER_CFG_H */