summaryrefslogtreecommitdiffstats
path: root/core/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_msg.h')
-rw-r--r--core/mp_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/mp_msg.h b/core/mp_msg.h
index 320912dd4c..392adcf01f 100644
--- a/core/mp_msg.h
+++ b/core/mp_msg.h
@@ -142,4 +142,6 @@ void mp_msg(int mod, int lev, const char *format, ... ) PRINTF_ATTRIBUTE(3, 4);
void mp_tmsg(int mod, int lev, const char *format, ... ) PRINTF_ATTRIBUTE(3, 4);
#define mp_dbg mp_msg
+extern bool mp_msg_stdout_in_use;
+
#endif /* MPLAYER_MP_MSG_H */