vlc_current_charset: declare internally

This commit is contained in:
Rémi Denis-Courmont 2008-05-24 10:56:20 +03:00
parent 7d1d75f350
commit 0b3174ed6e
2 changed files with 1 additions and 2 deletions

View File

@ -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 ** ) );

View File

@ -112,6 +112,7 @@ void msg_StackDestroy (void *);
* Unicode stuff
*/
char *vlc_fix_readdir (const char *);
bool vlc_current_charset (char **);
/*
* LibVLC objects stuff