diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-11-16 06:14:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:52 -0500 |
commit | e81157c7379116d83b9906e27c9fd418c779d129 (patch) | |
tree | 1f1d6db42d89e48aaf79c99ec24a74663f0ed108 /source4/lib/ldb/common/util.c | |
parent | e2ebe810873f1e5f5592e7378f130e87904d8de2 (diff) | |
download | samba-e81157c7379116d83b9906e27c9fd418c779d129.tar.gz samba-e81157c7379116d83b9906e27c9fd418c779d129.tar.bz2 samba-e81157c7379116d83b9906e27c9fd418c779d129.zip |
r3782: use ldb_ namespace
metze
(This used to be commit 9003698e0fba28551d41d41dec159cc9c42ce7d2)
Diffstat (limited to 'source4/lib/ldb/common/util.c')
-rw-r--r-- | source4/lib/ldb/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |