]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/lib/wind/combining_table.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 */