
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
21 lines
426 B
C
21 lines
426 B
C
/* ./bidi_table.h */
|
|
/* Automatically generated at 2011-03-18T00:46:28.729093 */
|
|
|
|
#ifndef BIDI_TABLE_H
|
|
#define BIDI_TABLE_H 1
|
|
|
|
#include <krb5/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 */
|