]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/heimdal/lib/wind/combining_table.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / crypto / heimdal / lib / wind / combining_table.h
1 /* ./combining_table.h */
2 /* Automatically generated at 2012-01-11T14:07:00.836450 */
3
4 #ifndef COMBINING_TABLE_H
5 #define COMBINING_TABLE_H 1
6
7 #include <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 */