2 #include "system/filesys.h"
3 #include "system/time.h"
5 #include "ldb_module.h"
7 TDB_DATA
ltdb_key(struct ldb_module
*module
, struct ldb_dn
*dn
);
8 int ltdb_err_map(enum TDB_ERROR tdb_code
);
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
);