Update API to use (char *) for email addresses and hostnames
[openssl.git] / doc / crypto / BIO_set_callback.pod
index 9b6961ca8d4a8835cd41df5697b7e7f25abd7621..47595562457bf7c92b9b57f56fd600ef28d19239 100644 (file)
@@ -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