summaryrefslogtreecommitdiff
path: root/libgpo/gpext/gpext.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-19 14:34:53 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:38 +0100
commit1010a011190b04dd2eed86e03b146f157233f084 (patch)
tree8edfcc140b1baa369c6b3e4e47875b363fce8adf /libgpo/gpext/gpext.h
parenta9cb3031bcba1e4f39c71e4e09508e4eec0e833e (diff)
downloadsamba-1010a011190b04dd2eed86e03b146f157233f084.tar.gz
libgpo: remove extension_guid and snapin_guid (the tool guid) from the process callback.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpext/gpext.h')
-rw-r--r--libgpo/gpext/gpext.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h
index 767bd062b91..ce6288cd4ef 100644
--- a/libgpo/gpext/gpext.h
+++ b/libgpo/gpext/gpext.h
@@ -66,9 +66,7 @@ struct gp_extension_methods {
struct registry_key *root_key,
const struct security_token *token,
struct GROUP_POLICY_OBJECT *deleted_gpo_list,
- struct GROUP_POLICY_OBJECT *changed_gpo_list,
- const char *extension_guid,
- const char *snapin_guid);
+ struct GROUP_POLICY_OBJECT *changed_gpo_list);
NTSTATUS (*get_reg_config)(TALLOC_CTX *mem_ctx,
struct gp_extension_reg_info **info);