summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_msg.c b/mp_msg.c
index c1676e7aa3..8ec7bdecf8 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -11,7 +11,7 @@
#ifdef USE_ICONV
#include <iconv.h>
#include <errno.h>
-extern char* get_term_charset();
+extern char* get_term_charset(void);
#endif
#if defined(FOR_MENCODER)