Last change
on this file was 1, checked in by Paul Smedley, 10 years ago |
Initial commit of Heimdal 1.5.3
|
File size:
374 bytes
|
Line | |
---|
1 | /* ./combining_table.h */
|
---|
2 | /* Automatically generated at 2012-12-09T14:10:17.926645 */
|
---|
3 |
|
---|
4 | #ifndef COMBINING_TABLE_H
|
---|
5 | #define COMBINING_TABLE_H 1
|
---|
6 |
|
---|
7 | #include <krb5-types.h>
|
---|
8 |
|
---|
9 | struct translation {
|
---|
10 | uint32_t key;
|
---|
11 | unsigned combining_class;
|
---|
12 | };
|
---|
13 |
|
---|
14 | extern const struct translation _wind_combining_table[];
|
---|
15 |
|
---|
16 | extern const size_t _wind_combining_table_size;
|
---|
17 | #endif /* COMBINING_TABLE_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.