From 5c9eb6908dd95e1c1fd3516bc349c77637013a69 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 31 Jul 2000 01:11:08 +0000 Subject: [PATCH] (initialize_error_table_r): fix prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8877 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/com_right.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/com_err/com_right.h b/lib/com_err/com_right.h index 1781f7727..c7a3b05a2 100644 --- a/lib/com_err/com_right.h +++ b/lib/com_err/com_right.h @@ -60,7 +60,7 @@ struct et_list { extern struct et_list *_et_list; const char *com_right __P((struct et_list *list, long code)); -void initialize_error_table_r __P((struct et_list **, const char **, int, long);) +void initialize_error_table_r __P((struct et_list **, const char **, int, long)); void free_error_table __P((struct et_list *)); #endif /* __COM_RIGHT_H__ */