diff options
author | stas <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 |
commit | 33f661cecdad3182ee66b47805fa4bb212e0da6c (patch) | |
tree | 57a48e7e9b592f2d5b713e80a4455820625c2b7b /lib/wind/punycode_examples.h | |
parent | 100a21d381c0fe86cfacf55ea7b18ec0bd2322bf (diff) | |
download | FreeBSD-src-33f661cecdad3182ee66b47805fa4bb212e0da6c.zip FreeBSD-src-33f661cecdad3182ee66b47805fa4bb212e0da6c.tar.gz |
- Import Heimdal 1.5 distribution.
Diffstat (limited to 'lib/wind/punycode_examples.h')
-rw-r--r-- | lib/wind/punycode_examples.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/wind/punycode_examples.h b/lib/wind/punycode_examples.h new file mode 100644 index 0000000..8d83926 --- /dev/null +++ b/lib/wind/punycode_examples.h @@ -0,0 +1,21 @@ +/* ./punycode_examples.h */ +/* Automatically generated at 2011-07-30T13:45:28.666321 */ + +#ifndef PUNYCODE_EXAMPLES_H +#define PUNYCODE_EXAMPLES_H 1 + +#include <krb5-types.h> + +#define MAX_LENGTH 40 + +struct punycode_example { + size_t len; + uint32_t val[MAX_LENGTH]; + const char *pc; + const char *description; +}; + +extern const struct punycode_example punycode_examples[]; + +extern const size_t punycode_examples_size; +#endif /* PUNYCODE_EXAMPLES_H */ |