summaryrefslogtreecommitdiff
path: root/libgpo/gpext/gpext.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-19 16:12:13 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:38 +0100
commitbb351dec9b693e387b10bc26d94ada7f0995fa37 (patch)
tree238bfec71f9482f4b98b255ae8ec8f9416edb2f7 /libgpo/gpext/gpext.h
parent1010a011190b04dd2eed86e03b146f157233f084 (diff)
downloadsamba-bb351dec9b693e387b10bc26d94ada7f0995fa37.tar.gz
libgpo: remove gpext_process_gpo_list_with_extension in favor of gpext_process_extension.
gpext_preocess_extension properly deals with GPO lists now. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpext/gpext.h')
-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 ce6288cd4ef..01368b783f8 100644
--- a/libgpo/gpext/gpext.h
+++ b/libgpo/gpext/gpext.h
@@ -97,12 +97,6 @@ void gpext_debug_header(int lvl,
struct GROUP_POLICY_OBJECT *gpo,
const char *extension_guid,
const char *snapin_guid);
-NTSTATUS gpext_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(TALLOC_CTX *mem_ctx,
uint32_t flags,
const struct security_token *token,