Deleted Added
full compact
errorlist_table.h (226031) errorlist_table.h (226128)
1/* ./errorlist_table.h */
1/* ./errorlist_table.h */
2/* Automatically generated at 2011-07-30T13:45:24.715873 */
2/* Automatically generated at 2011-09-30T15:24:59.457950 */
3
4#ifndef ERRORLIST_TABLE_H
5#define ERRORLIST_TABLE_H 1
6
7#include "windlocl.h"
8
9struct error_entry {
10 uint32_t start;
11 unsigned len;
12 wind_profile_flags flags;
13};
14
15extern const struct error_entry _wind_errorlist_table[];
16
17extern const size_t _wind_errorlist_table_size;
18
19#endif /* ERRORLIST_TABLE_H */
3
4#ifndef ERRORLIST_TABLE_H
5#define ERRORLIST_TABLE_H 1
6
7#include "windlocl.h"
8
9struct error_entry {
10 uint32_t start;
11 unsigned len;
12 wind_profile_flags flags;
13};
14
15extern const struct error_entry _wind_errorlist_table[];
16
17extern const size_t _wind_errorlist_table_size;
18
19#endif /* ERRORLIST_TABLE_H */