summaryrefslogtreecommitdiff
path: root/doc/crypto/BIO_set_callback.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BIO_set_callback.pod')
-rw-r--r--doc/crypto/BIO_set_callback.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_set_callback.pod b/doc/crypto/BIO_set_callback.pod
index 9b6961ca8d..4759556245 100644
--- a/doc/crypto/BIO_set_callback.pod
+++ b/doc/crypto/BIO_set_callback.pod
@@ -17,7 +17,7 @@ BIO_debug_callback - BIO callback functions
long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,
long argl,long ret);
- typedef long callback(BIO *b, int oper, const char *argp,
+ typedef long (*callback)(BIO *b, int oper, const char *argp,
int argi, long argl, long retvalue);
=head1 DESCRIPTION