1/* ./bidi_table.h */
2/* Automatically generated at 2012-01-11T14:07:00.534628 */
3
4#ifndef BIDI_TABLE_H
5#define BIDI_TABLE_H 1
6
7#include <krb5-types.h>
8
9struct range_entry {
10  uint32_t start;
11  unsigned len;
12};
13
14extern const struct range_entry _wind_ral_table[];
15extern const struct range_entry _wind_l_table[];
16
17extern const size_t _wind_ral_table_size;
18extern const size_t _wind_l_table_size;
19
20#endif /* BIDI_TABLE_H */
21