Deleted Added
full compact
punycode_examples.h (226031) punycode_examples.h (226128)
1/* ./punycode_examples.h */
1/* ./punycode_examples.h */
2/* Automatically generated at 2011-07-30T13:45:28.666321 */
2/* Automatically generated at 2011-09-30T15:25:05.815268 */
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
11struct punycode_example {
12 size_t len;
13 uint32_t val[MAX_LENGTH];
14 const char *pc;
15 const char *description;
16};
17
18extern const struct punycode_example punycode_examples[];
19
20extern const size_t punycode_examples_size;
21#endif /* PUNYCODE_EXAMPLES_H */
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
11struct punycode_example {
12 size_t len;
13 uint32_t val[MAX_LENGTH];
14 const char *pc;
15 const char *description;
16};
17
18extern const struct punycode_example punycode_examples[];
19
20extern const size_t punycode_examples_size;
21#endif /* PUNYCODE_EXAMPLES_H */