diff options
author | stas <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 |
commit | 33f661cecdad3182ee66b47805fa4bb212e0da6c (patch) | |
tree | 57a48e7e9b592f2d5b713e80a4455820625c2b7b /lib/wind/errorlist_table.h | |
parent | 100a21d381c0fe86cfacf55ea7b18ec0bd2322bf (diff) | |
download | FreeBSD-src-33f661cecdad3182ee66b47805fa4bb212e0da6c.zip FreeBSD-src-33f661cecdad3182ee66b47805fa4bb212e0da6c.tar.gz |
- Import Heimdal 1.5 distribution.
Diffstat (limited to 'lib/wind/errorlist_table.h')
-rw-r--r-- | lib/wind/errorlist_table.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/wind/errorlist_table.h b/lib/wind/errorlist_table.h new file mode 100644 index 0000000..1342726 --- /dev/null +++ b/lib/wind/errorlist_table.h @@ -0,0 +1,19 @@ +/* ./errorlist_table.h */ +/* Automatically generated at 2011-07-30T13:45:24.715873 */ + +#ifndef ERRORLIST_TABLE_H +#define ERRORLIST_TABLE_H 1 + +#include "windlocl.h" + +struct error_entry { + uint32_t start; + unsigned len; + wind_profile_flags flags; +}; + +extern const struct error_entry _wind_errorlist_table[]; + +extern const size_t _wind_errorlist_table_size; + +#endif /* ERRORLIST_TABLE_H */ |