Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/heimdal/lib/wind/bidi_table.h
34907 views
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
9
struct range_entry {
10
uint32_t start;
11
unsigned len;
12
};
13
14
extern const struct range_entry _wind_ral_table[];
15
extern const struct range_entry _wind_l_table[];
16
17
extern const size_t _wind_ral_table_size;
18
extern const size_t _wind_l_table_size;
19
20
#endif /* BIDI_TABLE_H */
21
22