blob: e12bd4a323372b571dd20cd08cd65033ec28495a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* Generated header for gperf generated source Sun May 6 16:20:59 PDT 2012
* 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 */
|