summaryrefslogtreecommitdiffstats
path: root/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-16 14:59:00 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-12-18 16:45:20 +0100
commitec790f84bea30f361a296104b59502a9ac11d29c (patch)
tree978dfb34de89df22abfaa262de994baff181cdd6 /libgpo
parent65a3ed51347168d994e1c1fe35b85ec7c110d948 (diff)
downloadsamba-ec790f84bea30f361a296104b59502a9ac11d29c.tar.gz
samba-ec790f84bea30f361a296104b59502a9ac11d29c.tar.xz
samba-ec790f84bea30f361a296104b59502a9ac11d29c.zip
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
Diffstat (limited to 'libgpo')
-rw-r--r--libgpo/gpext/gpext.h6
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);