projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d6528
)
add automatically generated ERR_load_... prototype
author
Bodo Möller
<bodo@openssl.org>
Fri, 4 Jan 2002 13:12:08 +0000
(13:12 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 4 Jan 2002 13:12:08 +0000
(13:12 +0000)
crypto/comp/comp.h
patch
|
blob
|
history
diff --git
a/crypto/comp/comp.h
b/crypto/comp/comp.h
index aee8fcdef9f9740cfae2d8bbf58fa3d7405a5456..ab48b78ae97124b187d20104700914426fceedfd 100644
(file)
--- 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
-