diff options
author | Michael Adam <obnox@samba.org> | 2010-09-20 02:42:10 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-20 19:58:01 +0200 |
commit | 0f7e503d21562a8c8aee3de609bdcade790bc7a0 (patch) | |
tree | 4c56ce4ec85d21632b5060bdb98f281520cf1da9 /source3/libgpo/gpo_reg.c | |
parent | c9e17edfc6f9dc7f3ae251102dbb7bfcf08a770d (diff) | |
download | samba-0f7e503d21562a8c8aee3de609bdcade790bc7a0.tar.gz |
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/gpo_reg.c')
-rw-r--r-- | source3/libgpo/gpo_reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libgpo/gpo_reg.c b/source3/libgpo/gpo_reg.c index f599435e6cb..8c05b2f1321 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" /**************************************************************** |