From 333436a8aa5c3f6038a0ce46ea66f7fa4f512ac0 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Fri, 26 Jan 2007 09:57:09 +0000 Subject: filename double-conversion, especially usefull for CJK users :-) Patch by Zuxy Meng date: Oct 25, 2006 2:20 AM subject: [MPlayer-dev-eng] [PATCH] Filename double-conversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22020 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_msg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mp_msg.h') 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 -- cgit v1.2.3