Commit 0b3174ed authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_current_charset: declare internally

parent 7d1d75f3
...@@ -76,8 +76,6 @@ static inline char *FromWide (const wchar_t *wide) ...@@ -76,8 +76,6 @@ static inline char *FromWide (const wchar_t *wide)
} }
#endif #endif
VLC_INTERNAL( bool, vlc_current_charset, ( char ** ) );
VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) ); VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) );
VLC_EXPORT( double, us_strtod, ( const char *, char ** ) ); VLC_EXPORT( double, us_strtod, ( const char *, char ** ) );
......
...@@ -112,6 +112,7 @@ void msg_StackDestroy (void *); ...@@ -112,6 +112,7 @@ void msg_StackDestroy (void *);
* Unicode stuff * Unicode stuff
*/ */
char *vlc_fix_readdir (const char *); char *vlc_fix_readdir (const char *);
bool vlc_current_charset (char **);
/* /*
* LibVLC objects stuff * LibVLC objects stuff
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment