From b1376c7f39d2886a37caefa83c76d7ddb51f7deb Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 10 Jul 1997 04:20:16 +0000 Subject: [PATCH] Prototype for com_right. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2128 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/com_right.h | 2 ++ lib/com_err/error.h | 2 ++ lib/error/error.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lib/com_err/com_right.h b/lib/com_err/com_right.h index fe99f8e78..f346029f2 100644 --- a/lib/com_err/com_right.h +++ b/lib/com_err/com_right.h @@ -10,4 +10,6 @@ struct error_table { struct error_table *next; }; +const char *com_right(struct error_table *list, long code); + #endif /* __ERROR_H__ */ diff --git a/lib/com_err/error.h b/lib/com_err/error.h index fe99f8e78..f346029f2 100644 --- a/lib/com_err/error.h +++ b/lib/com_err/error.h @@ -10,4 +10,6 @@ struct error_table { struct error_table *next; }; +const char *com_right(struct error_table *list, long code); + #endif /* __ERROR_H__ */ diff --git a/lib/error/error.h b/lib/error/error.h index fe99f8e78..f346029f2 100644 --- a/lib/error/error.h +++ b/lib/error/error.h @@ -10,4 +10,6 @@ struct error_table { struct error_table *next; }; +const char *com_right(struct error_table *list, long code); + #endif /* __ERROR_H__ */