diff options
author | Michael Adam <obnox@samba.org> | 2010-05-25 00:15:52 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:27 +0200 |
commit | e829b42978d91cf8a5ec67cd322e66a538f7fd75 (patch) | |
tree | c16cc50ed0ac2c788c76ceaf73d2abab84bcdb88 /source3/utils | |
parent | 36b74e03cfec6bb5aaa7c3909c115629f0b076b1 (diff) | |
download | samba-e829b42978d91cf8a5ec67cd322e66a538f7fd75.tar.gz samba-e829b42978d91cf8a5ec67cd322e66a538f7fd75.tar.bz2 samba-e829b42978d91cf8a5ec67cd322e66a538f7fd75.zip |
s3:registry: extract registry_pull/push_value prototypes into own header
reg_util_marshalling.h and use them only where needed.
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_registry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index 2b2ed96f91..c7224f7ecc 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -23,6 +23,7 @@ #include "utils/net_registry_util.h" #include "regfio.h" #include "../librpc/gen_ndr/cli_winreg.h" +#include "registry/reg_util_marshalling.h" /******************************************************************* connect to a registry hive root (open a registry policy) |