summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-30 16:58:54 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-30 16:58:54 +0000
commitf76db05d53301d0c65c3bcf2dac656636d761b8f (patch)
treefa3df378502b520f13bc2042031cc0ea2fe86726 /mp_msg.h
parent20d8e4965f7daf4c0dd4550c92b080293060990d (diff)
downloadmpv-f76db05d53301d0c65c3bcf2dac656636d761b8f.tar.bz2
mpv-f76db05d53301d0c65c3bcf2dac656636d761b8f.tar.xz
Convert printf to mp_msg in the network layer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5916 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 7efb949ec2..eedf2c760e 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -70,6 +70,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_OSD 30
+#define MSGT_NETWORK 31
+
#define MSGT_MAX 64
void mp_msg_init();