From e829b42978d91cf8a5ec67cd322e66a538f7fd75 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 25 May 2010 00:15:52 +0200 Subject: s3:registry: extract registry_pull/push_value prototypes into own header reg_util_marshalling.h and use them only where needed. --- source3/utils/net_rpc_registry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_rpc_registry.c') 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) -- cgit