diff options
author | Simo Sorce <idra@samba.org> | 2010-05-31 13:54:00 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-05-31 13:54:00 -0400 |
commit | 38dfc480334926f07b7d1869225370693140e349 (patch) | |
tree | 06a3948522e44ef7211dd82e81c4b35fd8931413 /source4/lib/ldb | |
parent | 7f75ee025ff9c02763fb9201d94af4b2739c8e03 (diff) | |
download | samba-38dfc480334926f07b7d1869225370693140e349.tar.gz samba-38dfc480334926f07b7d1869225370693140e349.tar.bz2 samba-38dfc480334926f07b7d1869225370693140e349.zip |
ldb: Remove unexisting and mistyped function from header
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/ldb_handlers.h | 2 |
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); |