Last change
on this file was 1, checked in by Paul Smedley, 10 years ago |
Initial commit of Heimdal 1.5.3
|
File size:
457 bytes
|
Line | |
---|
1 | /* ./punycode_examples.h */
|
---|
2 | /* Automatically generated at 2012-12-09T14:10:22.167474 */
|
---|
3 |
|
---|
4 | #ifndef PUNYCODE_EXAMPLES_H
|
---|
5 | #define PUNYCODE_EXAMPLES_H 1
|
---|
6 |
|
---|
7 | #include <krb5-types.h>
|
---|
8 |
|
---|
9 | #define MAX_LENGTH 40
|
---|
10 |
|
---|
11 | struct punycode_example {
|
---|
12 | size_t len;
|
---|
13 | uint32_t val[MAX_LENGTH];
|
---|
14 | const char *pc;
|
---|
15 | const char *description;
|
---|
16 | };
|
---|
17 |
|
---|
18 | extern const struct punycode_example punycode_examples[];
|
---|
19 |
|
---|
20 | extern const size_t punycode_examples_size;
|
---|
21 | #endif /* PUNYCODE_EXAMPLES_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.