Commit 7d1d75f3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_fix_readdir: declare internally

parent ff02bf90
...@@ -76,7 +76,6 @@ static inline char *FromWide (const wchar_t *wide) ...@@ -76,7 +76,6 @@ static inline char *FromWide (const wchar_t *wide)
} }
#endif #endif
VLC_INTERNAL( char *, vlc_fix_readdir, ( const char * ) );
VLC_INTERNAL( bool, vlc_current_charset, ( char ** ) ); VLC_INTERNAL( bool, vlc_current_charset, ( char ** ) );
VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) ); VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) );
......
...@@ -111,6 +111,7 @@ void msg_StackDestroy (void *); ...@@ -111,6 +111,7 @@ void msg_StackDestroy (void *);
/* /*
* Unicode stuff * Unicode stuff
*/ */
char *vlc_fix_readdir (const char *);
/* /*
* LibVLC objects stuff * LibVLC objects stuff
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
# include <xlocale.h> # include <xlocale.h>
#endif #endif
#include "libvlc.h"
#include <vlc_charset.h> #include <vlc_charset.h>
typedef struct VLCCharsetAlias typedef struct VLCCharsetAlias
......
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