From 2a9e515c77a3db3881997fb6e59b397680e4c3e8 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Mar 2008 21:45:36 +0000 Subject: Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all to cfg-common.h where they are really needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26162 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 8c29fa6ba1..96d20a0e2d 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -587,6 +587,9 @@ const m_option_t audio_filter_conf[]={ {NULL, NULL, 0, 0, 0, 0, NULL} }; +extern int mp_msg_levels[MSGT_MAX]; +extern int mp_msg_level_all; + const m_option_t msgl_config[]={ { "all", &mp_msg_level_all, CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL}, -- cgit v1.2.3