diff --git a/lib/com_err/com_right.h b/lib/com_err/com_right.h index bb0843045..db4742a0c 100644 --- a/lib/com_err/com_right.h +++ b/lib/com_err/com_right.h @@ -49,5 +49,7 @@ struct error_table { }; const char *com_right(struct error_table *list, long code); +void initialize_error_table(struct error_table**, const char**, int, long); +void free_error_table(struct error_table*); #endif /* __ERROR_H__ */ diff --git a/lib/com_err/error.h b/lib/com_err/error.h index bb0843045..db4742a0c 100644 --- a/lib/com_err/error.h +++ b/lib/com_err/error.h @@ -49,5 +49,7 @@ struct error_table { }; const char *com_right(struct error_table *list, long code); +void initialize_error_table(struct error_table**, const char**, int, long); +void free_error_table(struct error_table*); #endif /* __ERROR_H__ */ diff --git a/lib/error/error.h b/lib/error/error.h index bb0843045..db4742a0c 100644 --- a/lib/error/error.h +++ b/lib/error/error.h @@ -49,5 +49,7 @@ struct error_table { }; const char *com_right(struct error_table *list, long code); +void initialize_error_table(struct error_table**, const char**, int, long); +void free_error_table(struct error_table*); #endif /* __ERROR_H__ */