From 16437f7917e670da1da29ca6c30a614a6921263e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 2 May 1998 20:13:28 +0000 Subject: [PATCH] prototype for error_table_name git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4836 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 d6b2f7139..6555209c4 100644 --- a/lib/com_err/com_err.h +++ b/lib/com_err/com_err.h @@ -68,4 +68,6 @@ void com_err __P((const char *, long, const char *, ...)); errf set_com_err_hook __P((errf)); errf reset_com_err_hook __P((void)); +const char *error_table_name(int num); + #endif /* __COM_ERR_H__ */