Home | History | Annotate | Line # | Download | only in wind
      1 /*	$NetBSD: combining_table.h,v 1.3 2023/06/19 21:41:45 christos Exp $	*/
      2 
      3 /* ./combining_table.h */
      4 /* Automatically generated at 2022-11-15T13:59:51.697168 */
      5 
      6 #ifndef COMBINING_TABLE_H
      7 #define COMBINING_TABLE_H 1
      8 
      9 #include <krb5/krb5-types.h>
     10 
     11 struct translation {
     12   uint32_t key;
     13   unsigned combining_class;
     14 };
     15 
     16 extern const struct translation _wind_combining_table[];
     17 
     18 extern const size_t _wind_combining_table_size;
     19 #endif /* COMBINING_TABLE_H */
     20