summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-09-20 02:42:10 +0200
committerMichael Adam <obnox@samba.org>2010-09-20 19:58:01 +0200
commit0f7e503d21562a8c8aee3de609bdcade790bc7a0 (patch)
tree4c56ce4ec85d21632b5060bdb98f281520cf1da9 /source3/libgpo
parentc9e17edfc6f9dc7f3ae251102dbb7bfcf08a770d (diff)
downloadsamba-0f7e503d21562a8c8aee3de609bdcade790bc7a0.tar.gz
samba-0f7e503d21562a8c8aee3de609bdcade790bc7a0.tar.bz2
samba-0f7e503d21562a8c8aee3de609bdcade790bc7a0.zip
s3:registry: move higher level function reg_open_path to new module reg_api_util
The reg_api.c code should just export functions that direclty relate to winreg api calls.
Diffstat (limited to 'source3/libgpo')
-rw-r--r--source3/libgpo/gpo_reg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libgpo/gpo_reg.c b/source3/libgpo/gpo_reg.c
index f599435e6c..8c05b2f132 100644
--- a/source3/libgpo/gpo_reg.c
+++ b/source3/libgpo/gpo_reg.c
@@ -22,6 +22,7 @@
#include "libgpo/gpo_proto.h"
#include "registry.h"
#include "registry/reg_backend_db.h"
+#include "registry/reg_api_util.h"
/****************************************************************