diff options
Diffstat (limited to 'crypto/heimdal/lib/wind/punycode_examples.h')
-rw-r--r-- | crypto/heimdal/lib/wind/punycode_examples.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/heimdal/lib/wind/punycode_examples.h b/crypto/heimdal/lib/wind/punycode_examples.h new file mode 100644 index 0000000..832234d --- /dev/null +++ b/crypto/heimdal/lib/wind/punycode_examples.h @@ -0,0 +1,21 @@ +/* ./punycode_examples.h */ +/* Automatically generated at 2011-09-30T15:25:05.815268 */ + +#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 */ |