/* Generated from ss_err.et */

#ifndef __ss_err_h__
#define __ss_err_h__

#include <com_right.h>

void initialize_ss_error_table_r(struct et_list **);

void initialize_ss_error_table(void);
#define init_ss_err_tbl initialize_ss_error_table

typedef enum ss_error_number{
	ERROR_TABLE_BASE_ss = 748800,
	ss_err_base = 748800,
	SS_ET_SUBSYSTEM_ABORTED = 748800,
	SS_ET_VERSION_MISMATCH = 748801,
	SS_ET_NULL_INV = 748802,
	SS_ET_NO_INFO_DIR = 748803,
	SS_ET_COMMAND_NOT_FOUND = 748804,
	SS_ET_LINE_ABORTED = 748805,
	SS_ET_EOF = 748806,
	SS_ET_PERMISSION_DENIED = 748807,
	SS_ET_TABLE_NOT_FOUND = 748808,
	SS_ET_NO_HELP_FILE = 748809,
	SS_ET_ESCAPE_DISABLED = 748810,
	SS_ET_UNIMPLEMENTED = 748811,
	ss_num_errors = 12
} ss_error_number;

#endif /* __ss_err_h__ */
