[vlc-devel] commit: vlc_current_charset: declare internally ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 24 10:18:14 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May 24 10:56:20 2008 +0300| [0b3174ed6e6940bc628544e7effed4ff90f5a7fa]
vlc_current_charset: declare internally
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b3174ed6e6940bc628544e7effed4ff90f5a7fa
---
include/vlc_charset.h | 2 --
src/libvlc.h | 1 +
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/vlc_charset.h b/include/vlc_charset.h
index 69b65b9..8cb9c29 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 c112855..34c6626 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
More information about the vlc-devel
mailing list