summaryrefslogtreecommitdiff
path: root/libgpo/gpo_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgpo/gpo_util.c')
-rw-r--r--libgpo/gpo_util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c
index 13f271de9f9..32d3aa2be37 100644
--- a/libgpo/gpo_util.c
+++ b/libgpo/gpo_util.c
@@ -392,10 +392,10 @@ void dump_gplink(const struct GP_LINK *gp_link)
/****************************************************************
****************************************************************/
-static bool gpo_get_gp_ext_from_gpo(TALLOC_CTX *mem_ctx,
- uint32_t flags,
- struct GROUP_POLICY_OBJECT *gpo,
- struct GP_EXT **gp_ext)
+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)
{
ZERO_STRUCTP(*gp_ext);