summaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-18 15:18:27 +0000
committerBodo Möller <bodo@openssl.org>2000-03-18 15:18:27 +0000
commit6e22639f4640b702d9d8636265c685448ca64145 (patch)
tree7628095b308c3c9570acb0343b856adaaa2c9f13 /crypto/lhash/lhash.h
parentcde245bdcd5ff4ef580030a0c1881f307d38a6ae (diff)
Eliminate memory leaks in mem_dbg.c.
Diffstat (limited to 'crypto/lhash/lhash.h')
-rw-r--r--crypto/lhash/lhash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h
index 6f6eeb2698..d315fd9c6d 100644
--- a/crypto/lhash/lhash.h
+++ b/crypto/lhash/lhash.h
@@ -124,6 +124,7 @@ void *lh_retrieve(LHASH *lh, void *data);
void lh_doall(LHASH *lh, void (*func)(/*void *b*/));
void lh_doall_arg(LHASH *lh, void (*func)(/*void *a,void *b*/),void *arg);
unsigned long lh_strhash(const char *c);
+unsigned long lh_num_items(LHASH *lh);
#ifndef NO_FP_API
void lh_stats(LHASH *lh, FILE *out);