From 2283b6305f9a9d0d287705348f8ee9d1333caa99 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 13 Aug 2003 16:29:32 +0000 Subject: Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10595 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index dad0c9bbe0..eee774a3fe 100644 --- a/mplayer.c +++ b/mplayer.c @@ -138,9 +138,9 @@ m_config_parse_config_file(m_config_t* config, char *conffile); // Config file //**************************************************************************// -static int cfg_inc_verbose(struct config *conf){ ++verbose; return 0;} +static int cfg_inc_verbose(m_option_t *conf){ ++verbose; return 0;} -static int cfg_include(struct config *conf, char *filename){ +static int cfg_include(m_option_t *conf, char *filename){ return m_config_parse_config_file(mconfig, filename); } -- cgit v1.2.3