diff options
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 09b4cbf84a..0eb661d7ce 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -159,12 +159,6 @@ struct ldb_context *ldb_connect(const char *url, unsigned int flags, const char *options[]); /* - close the connection to the database -*/ -int ldb_close(struct ldb_context *ldb); - - -/* search the database given a LDAP-like search expression return the number of records found, or -1 on error |