summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 07340b8c0c..158470de89 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -85,6 +85,7 @@ extern int verbose; // defined in mplayer.c
void mp_msg_init();
void mp_msg_set_level(int verbose);
+int mp_msg_test(int mod, int lev);
#include "config.h"