libgpo: remove extension_guid and snapin_guid (the tool guid) from the process callback.
[samba.git] / libgpo / gpext / gpext.h
index 767bd062b912151ec47677cb6ac03fdf7a5ade14..ce6288cd4ef61fe77ccf49d47cf43140f8b200bb 100644 (file)
@@ -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);