X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Flhash%2Flhash.h;h=d315fd9c6d7c482017c5870d749d99d40a645917;hp=6f6eeb2698a65af74b49a54ea706468a15ca5c3f;hb=6e22639f4640b702d9d8636265c685448ca64145;hpb=cde245bdcd5ff4ef580030a0c1881f307d38a6ae;ds=sidebyside 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);