ldb: Remove unexisting and mistyped function from header
authorSimo Sorce <idra@samba.org>
Mon, 31 May 2010 17:54:00 +0000 (13:54 -0400)
committerSimo Sorce <idra@samba.org>
Mon, 31 May 2010 17:54:00 +0000 (13:54 -0400)
source4/lib/ldb/include/ldb_handlers.h

index 21fbcc33f880bcd38d76c592a5065220d28ee805..6e71f1fa014a306d0435edb3f3d395b56e29d7d1 100644 (file)
@@ -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);