libgpo: clean up CSE api, remove unrequired references to ads_struct.
[bbaumbach/samba-autobuild/.git] / libgpo / gpext / gpext.h
index 4cd786e02e27d8d757240a3774be9a48bde5e0cf..a550f4e02d577ea29df07d0c5b3c6a421dc3c4b4 100644 (file)
@@ -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,