summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-18 20:02:58 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:38 +0100
commit57498dc569eb07403134f88f2872102f15a297c2 (patch)
tree56dac3d64a3a3f29ee11a1fcf64272683b34a94e /libgpo/gpo.h
parent3ef7919e3a0c42cb1fef23d8ec3df945a97d1263 (diff)
downloadsamba-57498dc569eb07403134f88f2872102f15a297c2.tar.gz
libgpo: make gpo_get_gp_ext_from_gpo public.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpo.h')
-rw-r--r--libgpo/gpo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h
index 9fcb2307767..2e247e56524 100644
--- a/libgpo/gpo.h
+++ b/libgpo/gpo.h
@@ -256,6 +256,10 @@ ADS_STATUS gp_get_machine_token(ADS_STRUCT *ads,
const char *dn,
struct security_token **token);
+bool gpo_get_gp_ext_from_gpo(TALLOC_CTX *mem_ctx,
+ uint32_t flags,
+ const struct GROUP_POLICY_OBJECT *gpo,
+ struct GP_EXT **gp_ext);
#include "../libgpo/gpext/gpext.h"