From 84c986f9bb2767d8930b6f5d92d34b09b8fabe60 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Jan 2013 23:47:44 -0500 Subject: Add domain arg to sysdb_search/delete_netgroup() --- src/db/sysdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index ca82c78ee..de5953c2e 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -771,12 +771,14 @@ int sysdb_delete_group(struct sysdb_ctx *sysdb, int sysdb_search_netgroups(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *sub_filter, const char **attrs, size_t *msgs_count, struct ldb_message ***msgs); int sysdb_delete_netgroup(struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *name); errno_t sysdb_attrs_to_list(TALLOC_CTX *mem_ctx, -- cgit