diff mpcommon.h @ 33877:c52940fe54dd

Move cfg_inc_verbose and cfg_include into mpcommon.c.
author diego
date Thu, 11 Aug 2011 17:45:25 +0000
parents c111d9e9cfb0
children 3edaed3c1d60
line wrap: on
line diff
--- a/mpcommon.h	Thu Aug 11 13:54:24 2011 +0000
+++ b/mpcommon.h	Thu Aug 11 17:45:25 2011 +0000
@@ -77,6 +77,9 @@
 int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
 void set_osd_subtitle(subtitle *subs);
 
+int cfg_inc_verbose(m_option_t *conf);
+int cfg_include(m_option_t *conf, const char *filename);
+
 void common_preinit(void);
 int common_init(void);