summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r--source4/lib/ldb/include/ldb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 9f0613feaa..8f21aec046 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -561,8 +561,6 @@ struct ldb_control {
void *data;
};
-struct ldb_credentials;
-
enum ldb_request_type {
LDB_REQ_SEARCH,
LDB_REQ_ADD,
@@ -659,7 +657,6 @@ struct ldb_request {
} op;
struct ldb_control **controls;
- struct ldb_credentials *creds;
struct {
void *context;