summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-23 15:12:55 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-23 15:12:55 +0000
commitc090d0da98cfc613b7b9b7227dd505735df224a6 (patch)
tree0e27f5b57f9efcde040f3b8381544468612f47d6 /mp_msg.h
parent469f2d1b7e6c2251cbc9418b111f5bc700c7a262 (diff)
downloadmpv-c090d0da98cfc613b7b9b7227dd505735df224a6.tar.bz2
mpv-c090d0da98cfc613b7b9b7227dd505735df224a6.tar.xz
new gui interface, and gtk moved into mplayer process. fork ... bleh :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 24cd1ed34f..3a291817c2 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -1,4 +1,7 @@
+#ifndef _MP_MSG_H
+#define _MP_MSG_H
+
extern int verbose; // defined in mplayer.c
// verbosity elevel:
@@ -86,3 +89,5 @@ void mp_msg_c( int x, const char *format, ... );
#define mp_dbg(mod,lev, ... )
#endif
#endif
+
+#endif