summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgpo/gpo.h')
-rw-r--r--libgpo/gpo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h
index 2e247e56524..f32b7399986 100644
--- a/libgpo/gpo.h
+++ b/libgpo/gpo.h
@@ -260,6 +260,9 @@ 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);
+NTSTATUS gpo_copy(TALLOC_CTX *mem_ctx,
+ const struct GROUP_POLICY_OBJECT *gpo_src,
+ struct GROUP_POLICY_OBJECT **gpo_dst);
#include "../libgpo/gpext/gpext.h"