libcli/ldap: use lib/ldb_compat.h for the s3 build
[ira/wip.git] / source3 / lib / ldb_compat.h
index fb8f2f03776ce91cffefc51b5dfe8915007b887c..f05104a5c66a2ce12bec568fd534c824908b20bc 100644 (file)
@@ -71,4 +71,17 @@ struct ldb_parse_tree {
        } u;
 };
 
+struct ldb_message_element {
+       unsigned int flags;
+       const char *name;
+       unsigned int num_values;
+       struct ldb_val *values;
+};
+
+struct ldb_control {
+       const char *oid;
+       int critical;
+       void *data;
+};
+
 #endif