summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-05-15 21:02:44 +0000
committerUlf Möller <ulf@openssl.org>2000-05-15 21:02:44 +0000
commit0c109ea2cbf3f2ba027fb45c744fb52f7a3f0009 (patch)
tree4a589810b569e61d01d96d858d894c1d7eb78d2a
parent911ea946cbce7339878098307d4f94a3d1a7baf6 (diff)
prototype.
-rw-r--r--crypto/crypto.h2
1 files changed, 1 insertions, 1 deletions
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);