summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-19 13:27:45 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:38 +0100
commit288e883fb0612ffbbcf17c5bf8341872153a3092 (patch)
tree87cb9ac6b3cc8decbb958d72096658fd62587422 /libgpo/gpo.h
parent57498dc569eb07403134f88f2872102f15a297c2 (diff)
downloadsamba-288e883fb0612ffbbcf17c5bf8341872153a3092.tar.gz
libgpo: add gpo_copy().
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.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"