summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-25 00:15:52 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:27 +0200
commite829b42978d91cf8a5ec67cd322e66a538f7fd75 (patch)
treec16cc50ed0ac2c788c76ceaf73d2abab84bcdb88 /source3/registry/reg_api.c
parent36b74e03cfec6bb5aaa7c3909c115629f0b076b1 (diff)
downloadsamba-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/registry/reg_api.c')
-rw-r--r--source3/registry/reg_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c
index 0eba8e0d01..b4f821ec1c 100644
--- a/source3/registry/reg_api.c
+++ b/source3/registry/reg_api.c
@@ -69,6 +69,7 @@
#include "reg_util_internal.h"
#include "reg_backend_db.h"
#include "reg_dispatcher.h"
+#include "reg_util_marshalling.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_REGISTRY