Annotation of embedaddon/ntp/sntp/libopts/xat-attribute.h, revision 1.1.1.1

1.1       misho       1: /*
                      2:  *  Generated header for gperf generated source Fri Apr 29 15:43:59 PDT 2011
                      3:  *  This file enumerates the list of names and declares the
                      4:  *  procedure for mapping string names to the enum value.
                      5:  */
                      6: #ifndef AUTOOPTS_XAT_ATTRIBUTE_H_GUARD
                      7: #define AUTOOPTS_XAT_ATTRIBUTE_H_GUARD 1
                      8: 
                      9: typedef enum {
                     10:     XAT_KWD_INVALID,
                     11:     XAT_KWD_TYPE,
                     12:     XAT_KWD_WORDS,
                     13:     XAT_KWD_MEMBERS,
                     14:     XAT_KWD_COOKED,
                     15:     XAT_KWD_UNCOOKED,
                     16:     XAT_KWD_KEEP,
                     17:     XAT_COUNT_KWD
                     18: } xat_attribute_enum_t;
                     19: 
                     20: extern xat_attribute_enum_t
                     21: find_xat_attribute_id(char const * str, unsigned int len);
                     22: #endif /* AUTOOPTS_XAT_ATTRIBUTE_H_GUARD */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>