heimdal_build: autogenerate heimdal/lib/roken/roken.h
[metze/samba/wip.git] / source / heimdal / lib / wind / map_table.h
1 /* map_table.h */
2 /* Automatically generated at 2008-03-18T11:38:08.353625 */
3
4 #ifndef MAP_TABLE_H
5 #define MAP_TABLE_H 1
6
7 #include "windlocl.h"
8
9 struct translation {
10   uint32_t key;
11   unsigned short val_len;
12   unsigned short val_offset;
13   wind_profile_flags flags;
14 };
15
16 extern const struct translation _wind_map_table[];
17
18 extern const size_t _wind_map_table_size;
19
20 extern const uint32_t _wind_map_table_val[];
21
22 #endif /* MAP_TABLE_H */