0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/parser-cfg.h
reimar 7d0270087d Make m_config_parse_config_file file name argument const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29601 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-31 09:40:04 +00:00

11 lines
271 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, const char *conffile);
int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
#endif /* MPLAYER_PARSER_CFG_H */