r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
[kai/samba.git] / source / lib / ldb / include / ldb.h
index cf4a1f282bbd01401de867c36866d9eaac59b2d6..82da9df0ddbd244a2e25efb2e45e8dd2ec5aa210 100644 (file)
@@ -781,6 +781,7 @@ int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type);
 
 int ldb_set_timeout(struct ldb_context *ldb, struct ldb_request *req, int timeout);
 int ldb_set_timeout_from_prev_req(struct ldb_context *ldb, struct ldb_request *oldreq, struct ldb_request *newreq);
+void ldb_set_create_perms(struct ldb_context *ldb, unsigned int perms);
 
 /**
   Initialise ldbs' global information