90b62e645d9effe602a7a332f7c6797c40f6aa58
[metze/samba/wip.git] / source / heimdal / lib / wind / normalize_table.h
1 /* normalize_table.h */
2 /* Automatically generated at 2008-03-18T11:38:08.923674 */
3
4 #ifndef NORMALIZE_TABLE_H
5 #define NORMALIZE_TABLE_H 1
6
7 #include <stddef.h>
8 #include <stdint.h>
9
10 #define MAX_LENGTH_CANON 18
11
12 struct translation {
13   uint32_t key;
14   unsigned short val_len;
15   unsigned short val_offset;
16 };
17
18 extern const struct translation _wind_normalize_table[];
19
20 extern const uint32_t _wind_normalize_val_table[];
21
22 extern const size_t _wind_normalize_table_size;
23
24 struct canon_node {
25   uint32_t val;
26   unsigned char next_start;
27   unsigned char next_end;
28   unsigned short next_offset;
29 };
30
31 extern const struct canon_node _wind_canon_table[];
32
33 extern const unsigned short _wind_canon_next_table[];
34 #endif /* NORMALIZE_TABLE_H */