summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index b7c977ce62..c9f971238d 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -132,6 +132,7 @@ void mp_msg(int mod, int lev, const char *format, ... );
# endif
#endif
+const char* filename_recode(const char* filename);
#endif
#endif