0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

#include parser-cfg.h instead of declaring m_config_parse_config_file extern.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26160 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-04 21:02:42 +00:00
parent 8375e840a5
commit 2c66b8ea24

View File

@ -47,6 +47,7 @@
#include "m_option.h"
#include "m_config.h"
#include "parser-mecmd.h"
#include "parser-cfg.h"
#include "get_path.h"
@ -245,8 +246,6 @@ char *current_module;
m_config_t* mconfig;
extern int m_config_parse_config_file(m_config_t* config, char *conffile);
static int cfg_inc_verbose(m_option_t *conf){ ++verbose; return 0;}
static int cfg_include(m_option_t *conf, char *filename){