]> git.sesse.net Git - vlc/blobdiff - src/text/unicode.c
Export ToLocaleDup
[vlc] / src / text / unicode.c
index 2d6ec9d5353a4a30a301c669615992f20033ba5f..790664ed5a1e42e005f39d56c14a39c3c2e3103c 100644 (file)
@@ -226,7 +226,7 @@ char *ToLocale (const char *utf8)
 }
 
 
-static char *ToLocaleDup (const char *utf8)
+char *ToLocaleDup (const char *utf8)
 {
     return locale_dup (utf8, false);
 }