From 8fef712eff881fdd48cfd656856826c9f014406c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Fri, 13 Dec 2013 15:52:31 +0100 Subject: libgpo: clean up CSE module api, remove unrequired references to ads_struct. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- libgpo/gpext/gpext.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libgpo/gpext/gpext.h') diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index ce999a110e3..4cd786e02e2 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -61,8 +61,7 @@ struct gp_extension_methods { NTSTATUS (*initialize)(TALLOC_CTX *mem_ctx); - NTSTATUS (*process_group_policy)(ADS_STRUCT *ads, - TALLOC_CTX *mem_ctx, + NTSTATUS (*process_group_policy)(TALLOC_CTX *mem_ctx, uint32_t flags, struct registry_key *root_key, const struct security_token *token, @@ -70,8 +69,7 @@ struct gp_extension_methods { const char *extension_guid, const char *snapin_guid); - NTSTATUS (*process_group_policy2)(ADS_STRUCT *ads, - TALLOC_CTX *mem_ctx, + NTSTATUS (*process_group_policy2)(TALLOC_CTX *mem_ctx, uint32_t flags, const struct security_token *token, struct GROUP_POLICY_OBJECT *gpo_list, -- cgit v1.2.1