summaryrefslogtreecommitdiffstats
path: root/lib/wind/bidi_table.h
blob: 2535ad8946160c9c6197dd5477f4ff2172ee1e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ./bidi_table.h */
/* Automatically generated at 2011-07-30T13:45:24.532072 */

#ifndef BIDI_TABLE_H
#define BIDI_TABLE_H 1

#include <krb5-types.h>

struct range_entry {
  uint32_t start;
  unsigned len;
};

extern const struct range_entry _wind_ral_table[];
extern const struct range_entry _wind_l_table[];

extern const size_t _wind_ral_table_size;
extern const size_t _wind_l_table_size;

#endif /* BIDI_TABLE_H */
OpenPOWER on IntegriCloud