summaryrefslogtreecommitdiffstats
path: root/common/msg_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/msg_control.h')
-rw-r--r--common/msg_control.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/msg_control.h b/common/msg_control.h
index 57a7d85368..2e1a4ec6bd 100644
--- a/common/msg_control.h
+++ b/common/msg_control.h
@@ -28,9 +28,7 @@ void mp_msg_log_buffer_destroy(struct mp_log_buffer *buffer);
struct mp_log_buffer_entry *mp_msg_log_buffer_read(struct mp_log_buffer *buffer);
int mp_msg_open_stats_file(struct mpv_global *global, const char *path);
-
-struct bstr;
-int mp_msg_split_msglevel(struct bstr *s, struct bstr *out_mod, int *out_level);
+int mp_msg_find_level(const char *s);
extern const char *const mp_log_levels[MSGL_MAX + 1];
extern const int mp_mpv_log_levels[MSGL_MAX + 1];