diff --git a/lib/com_err/com_err.h b/lib/com_err/com_err.h index 03477cbf6..0f636f740 100644 --- a/lib/com_err/com_err.h +++ b/lib/com_err/com_err.h @@ -60,4 +60,6 @@ errf reset_com_err_hook __P((void)); const char *error_table_name __P((int num)); +void add_to_error_table __P((struct et_list *new_table)); + #endif /* __COM_ERR_H__ */