diff options
Diffstat (limited to 'libgpo/gpext/gpext.h')
-rw-r--r-- | libgpo/gpext/gpext.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index 4cd786e02e2..a550f4e02d5 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -104,15 +104,14 @@ void debug_gpext_header(int lvl, struct GROUP_POLICY_OBJECT *gpo, const char *extension_guid, const char *snapin_guid); -NTSTATUS process_gpo_list_with_extension(ADS_STRUCT *ads, +NTSTATUS process_gpo_list_with_extension( TALLOC_CTX *mem_ctx, uint32_t flags, const struct security_token *token, struct GROUP_POLICY_OBJECT *gpo_list, const char *extension_guid, const char *snapin_guid); -NTSTATUS gpext_process_extension(ADS_STRUCT *ads, - TALLOC_CTX *mem_ctx, +NTSTATUS gpext_process_extension(TALLOC_CTX *mem_ctx, uint32_t flags, const struct security_token *token, struct registry_key *root_key, |