xref: /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/bidi_table.h (revision ae082add65442546470c0ba499a860ee89eed305)
1 /*	$NetBSD: bidi_table.h,v 1.2 2019/12/15 22:50:51 christos Exp $	*/
2 
3 /* ./bidi_table.h */
4 /* Automatically generated at 2019-06-07T02:26:41.396770 */
5 
6 #ifndef BIDI_TABLE_H
7 #define BIDI_TABLE_H 1
8 
9 #include <krb5/krb5-types.h>
10 
11 struct range_entry {
12   uint32_t start;
13   unsigned len;
14 };
15 
16 extern const struct range_entry _wind_ral_table[];
17 extern const struct range_entry _wind_l_table[];
18 
19 extern const size_t _wind_ral_table_size;
20 extern const size_t _wind_l_table_size;
21 
22 #endif /* BIDI_TABLE_H */
23