rculfhash: simplify lfht_new API with inline wrapper
[urcu.git] / rculfhash.c
index 6ac53ea5bae5b1f3fea8ec1ecf98f5939110f25e..ce1cbb79a55f4cc69ed729dddb170773a46d17d8 100644 (file)
@@ -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,
This page took 0.022586 seconds and 4 git commands to generate.