X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfhash.c;h=ce1cbb79a55f4cc69ed729dddb170773a46d17d8;hp=6ac53ea5bae5b1f3fea8ec1ecf98f5939110f25e;hb=7a9dcf9bf15667662e61b44c611a7f4c39b10dcf;hpb=9ee0fc9a6151f828ea815b5ccca4e80f6587209b diff --git a/rculfhash.c b/rculfhash.c index 6ac53ea..ce1cbb7 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -1050,7 +1050,7 @@ void fini_table(struct cds_lfht *ht, } } -struct cds_lfht *cds_lfht_new(cds_lfht_hash_fct hash_fct, +struct cds_lfht *_cds_lfht_new(cds_lfht_hash_fct hash_fct, cds_lfht_compare_fct compare_fct, unsigned long hash_seed, unsigned long init_size,