summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb.h
diff options
context:
space:
mode:
authorNadezhda Ivanova <nadezhda.ivanova@postpath.com>2009-12-15 20:29:20 +0200
committerNadezhda Ivanova <nadezhda.ivanova@postpath.com>2009-12-15 20:29:20 +0200
commit4330efe0f22b7318058867a554222c3c0049f644 (patch)
tree0587d6d2b8f5699394b9b31588bc09d2d3904eca /source4/lib/ldb/include/ldb.h
parentb85f6f63e6e957970f09acb2aab14e63d2661a22 (diff)
downloadsamba-4330efe0f22b7318058867a554222c3c0049f644.tar.gz
samba-4330efe0f22b7318058867a554222c3c0049f644.tar.bz2
samba-4330efe0f22b7318058867a554222c3c0049f644.zip
Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r--source4/lib/ldb/include/ldb.h18
1 files changed, 0 insertions, 18 deletions
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
@@ -1231,24 +1231,6 @@ int ldb_add(struct ldb_context *ldb,
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
-
- 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.
-
\return result code (LDB_SUCCESS if the record was modified as
requested, otherwise a failure code)
*/