Home | History | Annotate | Line # | Download | only in libwind
      1 /* ./combining_table.h */
      2 /* Automatically generated at 2011-03-18T00:46:29.730412 */
      3 
      4 #ifndef COMBINING_TABLE_H
      5 #define COMBINING_TABLE_H 1
      6 
      7 #include <krb5/krb5-types.h>
      8 
      9 struct translation {
     10   uint32_t key;
     11   unsigned combining_class;
     12 };
     13 
     14 extern const struct translation _wind_combining_table[];
     15 
     16 extern const size_t _wind_combining_table_size;
     17 #endif /* COMBINING_TABLE_H */
     18