From: RĂ©mi Denis-Courmont Date: Sat, 24 May 2008 07:56:20 +0000 (+0300) Subject: vlc_current_charset: declare internally X-Git-Tag: 0.9.0-test0~777 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=0b3174ed6e6940bc628544e7effed4ff90f5a7fa;p=vlc vlc_current_charset: declare internally --- diff --git a/include/vlc_charset.h b/include/vlc_charset.h index 69b65b9e0a..8cb9c29fcd 100644 --- a/include/vlc_charset.h +++ b/include/vlc_charset.h @@ -76,8 +76,6 @@ static inline char *FromWide (const wchar_t *wide) } #endif -VLC_INTERNAL( bool, vlc_current_charset, ( char ** ) ); - VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) ); VLC_EXPORT( double, us_strtod, ( const char *, char ** ) ); diff --git a/src/libvlc.h b/src/libvlc.h index c11285566c..34c6626b1f 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -112,6 +112,7 @@ void msg_StackDestroy (void *); * Unicode stuff */ char *vlc_fix_readdir (const char *); +bool vlc_current_charset (char **); /* * LibVLC objects stuff