diff options
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 */ |