]> git.sesse.net Git - vlc/commitdiff
vlc_current_charset: declare internally
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 24 May 2008 07:56:20 +0000 (10:56 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 24 May 2008 07:56:20 +0000 (10:56 +0300)
include/vlc_charset.h
src/libvlc.h

index 69b65b9e0a1bd67fd79de2aaf2fc2252fc739bd8..8cb9c29fcdaef95b30c159665dbe06cbbcac01ab 100644 (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 ** ) );
index c11285566c1c64647dde9bc6dbeba9ee15eb0b1e..34c6626b1f4de8b710af6c04140a75ae46f54a9f 100644 (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