From: Ulf Möller Date: Mon, 15 May 2000 21:02:44 +0000 (+0000) Subject: prototype. X-Git-Tag: OpenSSL_0_9_5~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c109ea2cbf3f2ba027fb45c744fb52f7a3f0009;p=oweals%2Fopenssl.git prototype. --- diff --git a/crypto/crypto.h b/crypto/crypto.h index 32f02afe93..aee1899a25 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -357,7 +357,7 @@ void CRYPTO_mem_leaks_fp(FILE *); #endif void CRYPTO_mem_leaks(struct bio_st *bio); /* unsigned long order, char *file, int line, int num_bytes, char *addr */ -void CRYPTO_mem_leaks_cb(void (*cb)()); +void CRYPTO_mem_leaks_cb(void (*cb)(unsigned long, const char *, int, int, void *)); void ERR_load_CRYPTO_strings(void);