Change functions to ANSI C.
[openssl.git] / crypto / bio / bio_cb.c
index 32ae7be4999f0e874ffa969fdb1e051abee630ed..a37d8b4c291773fba569bf4a477f766754c5a1c7 100644 (file)
 #include "bio.h"
 #include "err.h"
 
 #include "bio.h"
 #include "err.h"
 
-long MS_CALLBACK BIO_debug_callback(bio,cmd,argp,argi,argl,ret)
-BIO *bio;
-int cmd;
-const char *argp;
-int argi;
-long argl;
-long ret;
+long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
+            int argi, long argl, long ret)
        {
        BIO *b;
        MS_STATIC char buf[256];
        {
        BIO *b;
        MS_STATIC char buf[256];