Ticket #37945: ss_err.h

File ss_err.h, 1.1 KB (added by outis, 11 years ago)

auto-generated file

Line 
1/*
2 * et-h-ss_err.h:
3 * This file is automatically generated; please do not edit it.
4 */
5
6#ifndef __ERROR_TABLE_ss_H__
7#define __ERROR_TABLE_ss_H__
8
9#include <com_err.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15extern const struct error_table et_ss_error_table;
16
17#define initialize_ss_error_table()
18
19#define SS_ET_SUBSYSTEM_ABORTED                  (748800L)
20#define SS_ET_VERSION_MISMATCH                   (748801L)
21#define SS_ET_NULL_INV                           (748802L)
22#define SS_ET_NO_INFO_DIR                        (748803L)
23#define SS_ET_COMMAND_NOT_FOUND                  (748804L)
24#define SS_ET_LINE_ABORTED                       (748805L)
25#define SS_ET_EOF                                (748806L)
26#define SS_ET_PERMISSION_DENIED                  (748807L)
27#define SS_ET_TABLE_NOT_FOUND                    (748808L)
28#define SS_ET_NO_HELP_FILE                       (748809L)
29#define SS_ET_ESCAPE_DISABLED                    (748810L)
30#define SS_ET_UNIMPLEMENTED                      (748811L)
31#define ERROR_TABLE_BASE_ss                      (748800L)
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* __ERROR_TABLE_ss_H__ */