1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

libgpo: remove unused process_group_policy2 callback from CSE module API.

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
This commit is contained in:
Günther Deschner 2013-12-16 14:59:00 +01:00 committed by Andreas Schneider
parent 65a3ed5134
commit ec790f84be

View 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);