]> git.sesse.net Git - vlc/blobdiff - include/charset.h
Reworked OSD Volume handling and display of volumebar. Run make stamp-api to update...
[vlc] / include / charset.h
index 614d3fd32fcde45b034f86502ec64dd88691bf01..39d0994b93d7cc56246cdfbc5b41478fe402263c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * charset.h: Determine a canonical name for the current locale's character encoding.
  *****************************************************************************
- * Copyright (C) 2003 the VideoLAN team
+ * Copyright (C) 2003-2005 the VideoLAN team
  * $Id$
  *
  * Author: Derk-Jan Hartman <thedj at users.sourceforge.net>
@@ -26,6 +26,12 @@ extern "C" {
 # endif
 
 VLC_EXPORT( vlc_bool_t, vlc_current_charset, ( char ** ) );
+VLC_EXPORT( void, LocaleFree, ( const char * ) );
+VLC_EXPORT( char *, FromLocale, ( const char * ) );
+VLC_EXPORT( char *, ToLocale, ( const char * ) );
+VLC_EXPORT( char *, EnsureUTF8, ( char * ) );
+VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * ) );
+#define vlc_fix_readdir_charset(a,b) __vlc_fix_readdir_charset(VLC_OBJECT(a),b)
 
 # ifdef __cplusplus
 }