summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 93f793d7c8..a5405c59f4 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -22,18 +22,11 @@
#include <string.h>
#include "config.h"
+#include "osdep/getch2.h"
#ifdef CONFIG_ICONV
#include <iconv.h>
#include <errno.h>
-/**
- * \brief gets the name of the system's terminal character set
- * \return a malloced string indicating the system charset
- *
- * Be warned that this function on many systems is in no way thread-safe
- * since it modifies global data
- */
-char* get_term_charset(void);
#endif
#if defined(FOR_MENCODER)