summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:14:59 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:14:59 +0000
commit032dcc2bb3bc5e8a8817d504f4f42aa40d149f71 (patch)
treeaaa22be06461800dec519cf6005b9e1d90640e53 /mp_msg.h
parent4e0092801c98033c0e89b4baae63db3012a6c7fb (diff)
downloadmpv-032dcc2bb3bc5e8a8817d504f4f42aa40d149f71.tar.bz2
mpv-032dcc2bb3bc5e8a8817d504f4f42aa40d149f71.tar.xz
splitted mp_msg_init and mp_msg_set_level and added i18n support to init
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5221 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 0cb06b3d62..8f1877c768 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -68,13 +68,15 @@ extern int verbose; // defined in mplayer.c
#define MSGT_MAX 64
-void mp_msg_init(int verbose);
+void mp_msg_init();
+void mp_msg_set_level(int verbose);
void mp_msg_c( int x, const char *format, ... );
#include "config.h"
#ifdef USE_I18N
#include <libintl.h>
+#include <locale.h>
#define mp_gettext(String) gettext(String)
#else
#define mp_gettext(String) String