From 4330efe0f22b7318058867a554222c3c0049f644 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Tue, 15 Dec 2009 20:29:20 +0200 Subject: Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend. --- source4/lib/ldb/include/ldb.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'source4/lib/ldb/include') diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 2b80e42cb3..cf55f0ac6f 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -1222,24 +1222,6 @@ int ldb_search(struct ldb_context *ldb, TALLOC_CTX *mem_ctx, int ldb_add(struct ldb_context *ldb, const struct ldb_message *message); -/** - Modify the specified attributes of a record - - This function modifies a record that is in the database. - - \param ldb the context associated with the database (from - ldb_init()) - \param message the message containing the changes required. - - \param controls ldap controls for the request - - \return result code (LDB_SUCCESS if the record was modified as - requested, otherwise a failure code) -*/ -int ldb_modify_ctrl(struct ldb_context *ldb, - const struct ldb_message *message, - struct ldb_control **controls); - /** Modify the specified attributes of a record -- cgit