From a0355eea583f37b4c207a9044550dad647622b1b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 11 May 2001 20:03:36 +0000 Subject: [PATCH] (add_to_error_table): add prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9925 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/com_err.h | 2 ++ 1 file changed, 2 insertions(+) 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__ */