summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:42:48 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:42:48 +0000
commit5aac28ec24961c7e02c4a2e7085e641a3a4b78c7 (patch)
treede6fbe5806cddfd8d6714ff28857726ce9f3f767 /mp_msg.h
parent6455d918ad65a7427107a0e5d5b45d4bfdf6653d (diff)
downloadmpv-5aac28ec24961c7e02c4a2e7085e641a3a4b78c7.tar.bz2
mpv-5aac28ec24961c7e02c4a2e7085e641a3a4b78c7.tar.xz
new -msglevel option, constrols msg level for every msg module
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17107 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 6ea31e4aa5..3f907cb00c 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -95,7 +95,6 @@ extern int identify;
#define MSGT_MAX 64
void mp_msg_init();
-void mp_msg_set_level(int verbose);
int mp_msg_test(int mod, int lev);
#include "config.h"