smbd: Ensure we grant owner sid in check_parent_access_fsp()
[samba.git] / lib / ldb / ldb_tdb / ldb_tdb.h
1 #include "replace.h"
2 #include "system/filesys.h"
3 #include "system/time.h"
4 #include "tdb.h"
5 #include "ldb_module.h"
6
7 TDB_DATA ltdb_key(struct ldb_module *module, struct ldb_dn *dn);
8 int ltdb_err_map(enum TDB_ERROR tdb_code);
9
10 struct tdb_context *ltdb_wrap_open(TALLOC_CTX *mem_ctx,
11                                    const char *path, int hash_size, int tdb_flags,
12                                    int open_flags, mode_t mode,
13                                    struct ldb_context *ldb);
14 int ltdb_connect(struct ldb_context *ldb, const char *url,
15                  unsigned int flags, const char *options[],
16                  struct ldb_module **_module);