aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-25 16:38:52 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-25 16:38:52 +0000
commitc74b3a6037b329dbd9dfbaf1a103e2cc707ecdbc (patch)
treeddc360f5e7006eababa4ef874f4fcbb5f55a5b48 /crypto/err
parent5043fc9fd577bcc06623a8aad418a136c15a5928 (diff)
downloadopenssl-c74b3a6037b329dbd9dfbaf1a103e2cc707ecdbc.tar.gz
Various header consistency fixes.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/err.h b/crypto/err/err.h
index 617fce7f83..4860d45f1d 100644
--- a/crypto/err/err.h
+++ b/crypto/err/err.h
@@ -263,8 +263,10 @@ void ERR_set_error_data();
unsigned long ERR_get_error();
unsigned long ERR_get_error_line();
+unsigned long ERR_get_error_line_data();
unsigned long ERR_peek_error();
unsigned long ERR_peek_error_line();
+unsigned long ERR_peek_error_line_data();
void ERR_clear_error();
char *ERR_error_string();
char *ERR_lib_error_string();