From e81157c7379116d83b9906e27c9fd418c779d129 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 16 Nov 2004 06:14:36 +0000 Subject: r3782: use ldb_ namespace metze (This used to be commit 9003698e0fba28551d41d41dec159cc9c42ce7d2) --- source4/lib/ldb/common/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/common') diff --git a/source4/lib/ldb/common/util.c b/source4/lib/ldb/common/util.c index 68537a7864..c8aa5019e2 100644 --- a/source4/lib/ldb/common/util.c +++ b/source4/lib/ldb/common/util.c @@ -41,7 +41,7 @@ return -1 if not found, or the index of the first occurance of needle if found */ -int list_find(const void *needle, +int ldb_list_find(const void *needle, const void *base, size_t nmemb, size_t size, comparison_fn_t comp_fn) { const char *base_p = base; -- cgit