heimdal_build: autogenerate heimdal/lib/roken/roken.h
[tprouty/samba.git] / source4 / heimdal / lib / wind / bidi_table.h
1 /* bidi_table.h */
2 /* Automatically generated at 2008-03-18T11:38:07.839121 */
3
4 #ifndef BIDI_TABLE_H
5 #define BIDI_TABLE_H 1
6
7 #include <stdint.h>
8 #include <stddef.h>
9
10 struct range_entry {
11   uint32_t start;
12   unsigned len;
13 };
14
15 extern const struct range_entry _wind_ral_table[];
16 extern const struct range_entry _wind_l_table[];
17
18 extern const size_t _wind_ral_table_size;
19 extern const size_t _wind_l_table_size;
20
21 #endif /* BIDI_TABLE_H */