]> git.sesse.net Git - vlc/blobdiff - include/vlc_iso_lang.h
Revert "Remove enums from public APIs"
[vlc] / include / vlc_iso_lang.h
index ed984e561e2bd9cf5a70e89dd33460cc81a339d0..2d8ddb6fa9ac4593c3d80482bc62815c596cb866 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
+/**
+ * \file
+ * This file defines functions and structures for iso639 language codes
+ */
 
 struct iso639_lang_t
 {
@@ -41,7 +42,6 @@ extern "C" {
 VLC_EXPORT( const iso639_lang_t *, GetLang_1, ( const char * ) );
 VLC_EXPORT( const iso639_lang_t *, GetLang_2T, ( const char * ) );
 VLC_EXPORT( const iso639_lang_t *, GetLang_2B, ( const char * ) );
-VLC_EXPORT( const char *, DecodeLanguage, ( uint16_t ) );
 #if defined( __cplusplus )
 }
 #endif