diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-01-24 14:48:20 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-01-24 14:57:19 +0100 |
commit | 94138b8e4fe7edf901bc239f9b5dbe14aea68dc6 (patch) | |
tree | 691b6fb4645cd563dd8ce90ab1c5fd86704f36b9 /src/libopts/xat-attribute.h | |
parent | 836c75deeaa0b1d046e3162ca206096298da463d (diff) | |
download | gnutls-94138b8e4fe7edf901bc239f9b5dbe14aea68dc6.tar.gz |
Move libopts/ to src/libopts/. Drop gaa remains.
Diffstat (limited to 'src/libopts/xat-attribute.h')
-rw-r--r-- | src/libopts/xat-attribute.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/libopts/xat-attribute.h b/src/libopts/xat-attribute.h new file mode 100644 index 0000000000..cbcf6e5ac4 --- /dev/null +++ b/src/libopts/xat-attribute.h @@ -0,0 +1,22 @@ +/* + * Generated header for gperf generated source Thu Dec 29 12:02:33 PST 2011 + * This file enumerates the list of names and declares the + * procedure for mapping string names to the enum value. + */ +#ifndef AUTOOPTS_XAT_ATTRIBUTE_H_GUARD +#define AUTOOPTS_XAT_ATTRIBUTE_H_GUARD 1 + +typedef enum { + XAT_KWD_INVALID, + XAT_KWD_TYPE, + XAT_KWD_WORDS, + XAT_KWD_MEMBERS, + XAT_KWD_COOKED, + XAT_KWD_UNCOOKED, + XAT_KWD_KEEP, + XAT_COUNT_KWD +} xat_attribute_enum_t; + +extern xat_attribute_enum_t +find_xat_attribute_id(char const * str, unsigned int len); +#endif /* AUTOOPTS_XAT_ATTRIBUTE_H_GUARD */ |