summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-09-21 08:11:18 +0200
committerMichael Adam <obnox@samba.org>2010-09-21 08:52:06 +0200
commitb11cc305083844052d0b82560e3a7006b3520f14 (patch)
tree9f8bc7cfaa7d4353767a76ae4a3fee92b227cff7 /source3/rpc_server
parente4eda5f9bcabbdb82aa4a65e5cd8558a36944270 (diff)
downloadsamba-b11cc305083844052d0b82560e3a7006b3520f14.tar.gz
samba-b11cc305083844052d0b82560e3a7006b3520f14.tar.bz2
samba-b11cc305083844052d0b82560e3a7006b3520f14.zip
s3:registry: move the reg_api prototypes to their own header.
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/srv_eventlog_nt.c1
-rw-r--r--source3/rpc_server/srv_winreg_nt.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_eventlog_nt.c b/source3/rpc_server/srv_eventlog_nt.c
index de3439eb93..7c2cc1ce9a 100644
--- a/source3/rpc_server/srv_eventlog_nt.c
+++ b/source3/rpc_server/srv_eventlog_nt.c
@@ -24,6 +24,7 @@
#include "../librpc/gen_ndr/srv_eventlog.h"
#include "lib/eventlog/eventlog.h"
#include "registry.h"
+#include "registry/reg_api.h"
#include "registry/reg_api_util.h"
#undef DBGC_CLASS
diff --git a/source3/rpc_server/srv_winreg_nt.c b/source3/rpc_server/srv_winreg_nt.c
index ab43f6580a..fbcf76d53b 100644
--- a/source3/rpc_server/srv_winreg_nt.c
+++ b/source3/rpc_server/srv_winreg_nt.c
@@ -24,6 +24,7 @@
#include "../librpc/gen_ndr/srv_winreg.h"
#include "registry/reg_parse_prs.h"
#include "registry.h"
+#include "registry/reg_api.h"
#include "registry/reg_perfcount.h"
#include "rpc_misc.h"