From 850748888e85facc451304649f55668e79f624a7 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 14 Dec 1997 21:55:10 +0000 Subject: [PATCH] initialize_error_table_r -> initialize_error_table git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4193 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/error/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/error/error.h b/lib/error/error.h index 1fe7c0f9c..db4742a0c 100644 --- a/lib/error/error.h +++ b/lib/error/error.h @@ -49,7 +49,7 @@ struct error_table { }; const char *com_right(struct error_table *list, long code); -void initialize_error_table_r(struct error_table**, const char**, int, long); +void initialize_error_table(struct error_table**, const char**, int, long); void free_error_table(struct error_table*); #endif /* __ERROR_H__ */