Home | History | Annotate | Download | only in ss
      1 /*
      2  * ss_err.h:
      3  * This file is automatically generated; please do not edit it.
      4  */
      5 
      6 #include <et/com_err.h>
      7 
      8 #define SS_ET_SUBSYSTEM_ABORTED                  (748800L)
      9 #define SS_ET_VERSION_MISMATCH                   (748801L)
     10 #define SS_ET_NULL_INV                           (748802L)
     11 #define SS_ET_NO_INFO_DIR                        (748803L)
     12 #define SS_ET_COMMAND_NOT_FOUND                  (748804L)
     13 #define SS_ET_LINE_ABORTED                       (748805L)
     14 #define SS_ET_EOF                                (748806L)
     15 #define SS_ET_PERMISSION_DENIED                  (748807L)
     16 #define SS_ET_TABLE_NOT_FOUND                    (748808L)
     17 #define SS_ET_NO_HELP_FILE                       (748809L)
     18 #define SS_ET_ESCAPE_DISABLED                    (748810L)
     19 #define SS_ET_UNIMPLEMENTED                      (748811L)
     20 extern const struct error_table et_ss_error_table;
     21 extern void initialize_ss_error_table(void);
     22 
     23 /* For compatibility with Heimdal */
     24 extern void initialize_ss_error_table_r(struct et_list **list);
     25 
     26 #define ERROR_TABLE_BASE_ss (748800L)
     27 
     28 /* for compatibility with older versions... */
     29 #define init_ss_err_tbl initialize_ss_error_table
     30 #define ss_err_base ERROR_TABLE_BASE_ss
     31