openssl/doc/crypto/ERR_clear_error.pod

26 lines
331 B
Text
Raw Normal View History

2000-02-01 01:37:00 +00:00
=pod
=head1 NAME
ERR_clear_error - clear the error queue
=head1 SYNOPSIS
#include <openssl/err.h>
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<err(3)>, L<ERR_get_error(3)>
2000-02-01 01:37:00 +00:00
=cut