libgpo: remove unused process_group_policy2 callback from CSE module API.
authorGünther Deschner <gd@samba.org>
Mon, 16 Dec 2013 13:59:00 +0000 (14:59 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 18 Dec 2013 15:45:20 +0000 (16:45 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Dec 18 16:45:20 CET 2013 on sn-devel-104

libgpo/gpext/gpext.h

index a550f4e02d577ea29df07d0c5b3c6a421dc3c4b4..ef0b1a25580061f8064a693b8a309b2662c35c0f 100644 (file)
@@ -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);