summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-05-04 15:07:14 +0200
committerVolker Lendecke <vl@samba.org>2017-05-09 05:18:52 +0200
commit8c87d4eedc123ba000a536666b961f589581f8c4 (patch)
tree8d098e52ff606af9f96a80c54444c917e1b7128b /source3/libgpo
parentb6d2017467b59a5929a21b53fff52542d3dee9de (diff)
downloadsamba-8c87d4eedc123ba000a536666b961f589581f8c4.tar.gz
s3-gpo: Build scripts, security and registry CSE with --enable-developer
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue May 9 05:18:52 CEST 2017 on sn-devel-144
Diffstat (limited to 'source3/libgpo')
-rw-r--r--source3/libgpo/gpext/registry.c2
-rw-r--r--source3/libgpo/gpext/scripts.c2
-rw-r--r--source3/libgpo/gpext/security.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c
index 088701aff76..4a0d0cfe848 100644
--- a/source3/libgpo/gpext/registry.c
+++ b/source3/libgpo/gpext/registry.c
@@ -37,6 +37,8 @@
static TALLOC_CTX *ctx = NULL;
+NTSTATUS gpext_registry_init(TALLOC_CTX *mem_ctx);
+
/****************************************************************
****************************************************************/
diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c
index ccd1712bfc9..de664133b87 100644
--- a/source3/libgpo/gpext/scripts.c
+++ b/source3/libgpo/gpext/scripts.c
@@ -44,6 +44,8 @@
#define GP_SCRIPTS_REG_VAL_PARAMETERS "Parameters"
#define GP_SCRIPTS_REG_VAL_EXECTIME "ExecTime"
+NTSTATUS gpext_scripts_init(TALLOC_CTX *mem_ctx);
+
static TALLOC_CTX *ctx = NULL;
/****************************************************************
diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c
index 3650f4c5008..29e7bb7c31e 100644
--- a/source3/libgpo/gpext/security.c
+++ b/source3/libgpo/gpext/security.c
@@ -42,6 +42,8 @@
#define GPTTMPL_SECTION_FILE_SECURITY "File Security"
#define GPTTMPL_SECTION_SERVICE_GENERAL_SETTING "Service General Setting"
+NTSTATUS gpext_security_init(TALLOC_CTX *mem_ctx);
+
static TALLOC_CTX *ctx = NULL;
struct gpttmpl_table {