From 5e3d57f564ead8a984213a42fb57a658dfbd5fd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 21 Feb 2006 12:14:27 +0000 Subject: [PATCH] Oups, forgot this file --- include/charset.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/charset.h b/include/charset.h index e100545cbf..f8cdd73cef 100644 --- a/include/charset.h +++ b/include/charset.h @@ -41,6 +41,10 @@ VLC_EXPORT( int, utf8_stat, ( const char *filename, void *buf ) ); VLC_EXPORT( int, utf8_lstat, ( const char *filename, void *buf ) ); VLC_EXPORT( int, utf8_mkdir, ( const char *filename ) ); +#ifndef __PLUGIN__ +int utf8_fprintf( FILE *, const char *, ... ); +#endif + VLC_EXPORT( char *, EnsureUTF8, ( char * ) ); VLC_EXPORT( char *, FromUTF32, ( const wchar_t * ) ); VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * ) ); -- 2.20.1