From aab938c5975f0e3b85c7c79a5d718e5fefed7217 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Jan 2013 11:56:03 -0500 Subject: Avoid sysdb_subdom in sysdb_get_subdomains() --- src/db/sysdb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 5c33ab287..81048852b 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -363,13 +363,13 @@ int sysdb_transaction_cancel(struct sysdb_ctx *sysdb); /* functions related to subdomains */ errno_t sysdb_get_subdomains(TALLOC_CTX *mem_ctx, - struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, size_t *subdomain_count, - struct sysdb_subdom ***subdomain_list); + struct sss_domain_info ***subdomain_list); errno_t sysdb_domain_create(struct sysdb_ctx *sysdb, const char *domain_name); -errno_t sysdb_update_subdomains(struct sysdb_ctx *sysdb, +errno_t sysdb_update_subdomains(struct sss_domain_info *domain, int num_subdoms, struct sysdb_subdom *subdoms); -- cgit