From 52261db09ef9dbf5abc95baed22722c5c332f9f7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Jun 2006 17:33:26 +0000 Subject: Pulling OpenSSL 0.9.8b into trunk svn path=/openssl/trunk; revision=3 --- openssl/trunk/doc/crypto/ERR_clear_error.pod | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 openssl/trunk/doc/crypto/ERR_clear_error.pod (limited to 'openssl/trunk/doc/crypto/ERR_clear_error.pod') diff --git a/openssl/trunk/doc/crypto/ERR_clear_error.pod b/openssl/trunk/doc/crypto/ERR_clear_error.pod new file mode 100644 index 00000000..566e1f4e --- /dev/null +++ b/openssl/trunk/doc/crypto/ERR_clear_error.pod @@ -0,0 +1,29 @@ +=pod + +=head1 NAME + +ERR_clear_error - clear the error queue + +=head1 SYNOPSIS + + #include + + void ERR_clear_error(void); + +=head1 DESCRIPTION + +ERR_clear_error() empties the current thread's error queue. + +=head1 RETURN VALUES + +ERR_clear_error() has no return value. + +=head1 SEE ALSO + +L, L + +=head1 HISTORY + +ERR_clear_error() is available in all versions of SSLeay and OpenSSL. + +=cut -- cgit v1.2.3