xref: /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/combining_table.h (revision 82d56013d7b633d116a93943de88e08335357a7c)
1 /*	$NetBSD: combining_table.h,v 1.2 2019/12/15 22:50:51 christos Exp $	*/
2 
3 /* ./combining_table.h */
4 /* Automatically generated at 2019-06-07T02:26:41.530328 */
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