1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r20320: add missing prototypes

metze
(This used to be commit b9d0ea3954e3f76436e976555540dd29dacd621d)
This commit is contained in:
Stefan Metzmacher 2006-12-22 17:27:07 +00:00 committed by Gerald (Jerry) Carter
parent c65b5a6f87
commit 6f68945f7d

View File

@ -826,13 +826,30 @@ struct ldb_context *ldb_init(void *mem_ctx);
*/
int ldb_connect(struct ldb_context *ldb, const char *url, unsigned int flags, const char *options[]);
/*
return an automatic basedn from the rootDomainNamingContext of the rootDSE
This value have been set in an opaque pointer at connection time
*/
struct ldb_dn *ldb_get_root_basedn(struct ldb_context *ldb);
/*
return an automatic basedn from the configurationNamingContext of the rootDSE
This value have been set in an opaque pointer at connection time
*/
struct ldb_dn *ldb_get_config_basedn(struct ldb_context *ldb);
/*
return an automatic basedn from the schemaNamingContext of the rootDSE
This value have been set in an opaque pointer at connection time
*/
struct ldb_dn *ldb_get_schema_basedn(struct ldb_context *ldb);
/*
return an automatic baseDN from the defaultNamingContext of the rootDSE
This value have been set in an opaque pointer at connection time
*/
struct ldb_dn *ldb_get_default_basedn(struct ldb_context *ldb);
/**
The Default iasync search callback function