Eliminate memory leaks in mem_dbg.c.
[openssl.git] / crypto / lhash / lhash.h
index 6f6eeb2698a65af74b49a54ea706468a15ca5c3f..d315fd9c6d7c482017c5870d749d99d40a645917 100644 (file)
@@ -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);
     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);
 
 #ifndef NO_FP_API
 void lh_stats(LHASH *lh, FILE *out);