libgpo: make gpo_get_gp_ext_from_gpo public.
[samba.git] / libgpo / gpo.h
index 9fcb23077677d66cea912e6e63b7e2f47234c78a..2e247e5652431871e47881738acc6749b998f6ed 100644 (file)
@@ -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"