1 /* 2 * Do not edit this file! 3 * This file is generated from: 4 * iso639.txt (version <unknown>) 5 */ 6 7 #ifndef IDN_ISO639LANG_H 8 #define IDN_ISO639LANG_H 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 #include <stddef.h> 15 16 /* 17 * Static lanuage name aliases. 18 */ 19 typedef struct { 20 char *alias_name; 21 char *real_name; 22 } idn__iso639lang_t; 23 24 extern const idn__iso639lang_t iso639langs[]; 25 26 27 #ifdef __cplusplus 28 } 29 #endif 30 31 #endif 32