DEVEL15-linux-warning-reduction-20090318
[openafs.git] / src / rxkad / asn1_err.h
1 /* Generated from ../../../lib/asn1/asn1_err.et */
2 /* $Id$ */
3
4 #ifndef __asn1_err_h__
5 #define __asn1_err_h__
6
7 typedef enum asn1_error_number {
8     ERROR_TABLE_BASE_asn1 = 1859794432,
9     asn1_err_base = 1859794432,
10     ASN1_BAD_TIMEFORMAT = 1859794432,
11     ASN1_MISSING_FIELD = 1859794433,
12     ASN1_MISPLACED_FIELD = 1859794434,
13     ASN1_TYPE_MISMATCH = 1859794435,
14     ASN1_OVERFLOW = 1859794436,
15     ASN1_OVERRUN = 1859794437,
16     ASN1_BAD_ID = 1859794438,
17     ASN1_BAD_LENGTH = 1859794439,
18     ASN1_BAD_FORMAT = 1859794440,
19     ASN1_PARSE_ERROR = 1859794441,
20     asn1_num_errors = 10
21 } asn1_error_number;
22
23 #endif /* __asn1_err_h__ */