summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h3
1 files changed, 3 insertions, 0 deletions
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},