diff mp_msg.h @ 31392:aba3834b6411

Move mp_msg-related extern variable declarations to mp_msg.h.
author diego
date Fri, 18 Jun 2010 09:41:53 +0000
parents c1a3f1bbba26
children 150df72e808f
line wrap: on
line diff
--- a/mp_msg.h	Thu Jun 17 10:42:45 2010 +0000
+++ b/mp_msg.h	Fri Jun 18 09:41:53 2010 +0000
@@ -126,6 +126,15 @@
 
 #define MSGT_MAX 64
 
+
+extern char *mp_msg_charset;
+extern int mp_msg_color;
+extern int mp_msg_module;
+
+extern int mp_msg_levels[MSGT_MAX];
+extern int mp_msg_level_all;
+
+
 void mp_msg_init(void);
 int mp_msg_test(int mod, int lev);