summaryrefslogtreecommitdiffstats
path: root/common/msg_control.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-16 21:34:47 +0100
committerwm4 <wm4@nowhere>2014-01-16 23:06:40 +0100
commit8c5ea38cda7a424d89e080fd16d8902dd7b1d29e (patch)
treeb657be260ccb60d7763bf00865af4484e3a33312 /common/msg_control.h
parent738dfbb2fe650d4157f3f123dd1358fb1c12af24 (diff)
downloadmpv-8c5ea38cda7a424d89e080fd16d8902dd7b1d29e.tar.bz2
mpv-8c5ea38cda7a424d89e080fd16d8902dd7b1d29e.tar.xz
msg: expose log level names
Diffstat (limited to 'common/msg_control.h')
-rw-r--r--common/msg_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/msg_control.h b/common/msg_control.h
index 65b64eff5e..ecce7ca0eb 100644
--- a/common/msg_control.h
+++ b/common/msg_control.h
@@ -27,4 +27,6 @@ struct mp_log_buffer_entry *mp_msg_log_buffer_read(struct mp_log_buffer *buffer)
struct bstr;
int mp_msg_split_msglevel(struct bstr *s, struct bstr *out_mod, int *out_level);
+extern char *mp_log_levels[MSGL_MAX + 1];
+
#endif