From 245f44e2ab8d5eb74978a491d299ebe4c40cad5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 4 Jan 2002 13:12:08 +0000 Subject: add automatically generated ERR_load_... prototype --- crypto/comp/comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/comp/comp.h b/crypto/comp/comp.h index aee8fcd..ab48b78 100644 --- a/crypto/comp/comp.h +++ b/crypto/comp/comp.h @@ -45,6 +45,7 @@ COMP_METHOD *COMP_zlib(void ); /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ +void ERR_load_COMP_strings(void); /* Error codes for the COMP functions. */ @@ -56,4 +57,3 @@ COMP_METHOD *COMP_zlib(void ); } #endif #endif - -- cgit v1.1