summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-05-31 13:54:00 -0400
committerSimo Sorce <idra@samba.org>2010-05-31 13:54:00 -0400
commit38dfc480334926f07b7d1869225370693140e349 (patch)
tree06a3948522e44ef7211dd82e81c4b35fd8931413 /source4
parent7f75ee025ff9c02763fb9201d94af4b2739c8e03 (diff)
downloadsamba-38dfc480334926f07b7d1869225370693140e349.tar.gz
samba-38dfc480334926f07b7d1869225370693140e349.tar.bz2
samba-38dfc480334926f07b7d1869225370693140e349.zip
ldb: Remove unexisting and mistyped function from header
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/include/ldb_handlers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/ldb/include/ldb_handlers.h b/source4/lib/ldb/include/ldb_handlers.h
index 21fbcc33f8..6e71f1fa01 100644
--- a/source4/lib/ldb/include/ldb_handlers.h
+++ b/source4/lib/ldb/include/ldb_handlers.h
@@ -35,8 +35,6 @@ int ldb_handler_copy( struct ldb_context *ldb, void *mem_ctx,
const struct ldb_val *in, struct ldb_val *out);
int ldb_comparison_binary( struct ldb_context *ldb, void *mem_ctx,
const struct ldb_val *v1, const struct ldb_val *v2);
-int db_handler_fold( struct ldb_context *ldb, void *mem_ctx,
- const struct ldb_val *in, struct ldb_val *out);
int ldb_comparison_fold( struct ldb_context *ldb, void *mem_ctx,
const struct ldb_val *v1, const struct ldb_val *v2);