added MSGT_OSDEP

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3086 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-23 16:09:05 +00:00
parent 6214311075
commit 17dc008bc5
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_TV 24 // TV input subsystem
#define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
#define MSGT_MAX 64
void mp_msg_init(int verbose);