|
Last change
on this file was 1, checked in by Paul Smedley, 10 years ago |
|
Initial commit of Heimdal 1.5.3
|
|
File size:
421 bytes
|
| Line | |
|---|
| 1 | /* ./bidi_table.h */
|
|---|
| 2 | /* Automatically generated at 2012-12-09T14:10:17.793436 */
|
|---|
| 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 */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.