diff options
-rw-r--r-- | libgpo/gpext/gpext.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index a550f4e02d5..ef0b1a25580 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -69,12 +69,6 @@ struct gp_extension_methods { const char *extension_guid, const char *snapin_guid); - NTSTATUS (*process_group_policy2)(TALLOC_CTX *mem_ctx, - uint32_t flags, - const struct security_token *token, - struct GROUP_POLICY_OBJECT *gpo_list, - const char *extension_guid); - NTSTATUS (*get_reg_config)(TALLOC_CTX *mem_ctx, struct gp_extension_reg_info **info); |