Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / sntp / libopts / xat-attribute.h
blobfec291d4edf7afbd25f44b687ad9fbf5fc19b824
1 /* $NetBSD$ */
3 /*
4 * Generated header for gperf generated source Sun Nov 8 08:41:19 PST 2009
5 * This file enumerates the list of names and declares the
6 * procedure for mapping string names to the enum value.
7 */
8 #ifndef AUTOOPTS_XAT_ATTRIBUTE_H_GUARD
9 #define AUTOOPTS_XAT_ATTRIBUTE_H_GUARD 1
11 typedef enum {
12 XAT_KWD_INVALID,
13 XAT_KWD_TYPE,
14 XAT_KWD_WORDS,
15 XAT_KWD_MEMBERS,
16 XAT_KWD_COOKED,
17 XAT_KWD_UNCOOKED,
18 XAT_KWD_KEEP,
19 XAT_COUNT_KWD
20 } xat_attribute_enum_t;
22 extern xat_attribute_enum_t
23 find_xat_attribute_id(char const * str, unsigned int len);
24 #endif /* AUTOOPTS_XAT_ATTRIBUTE_H_GUARD */