summaryrefslogtreecommitdiff
path: root/source3/services
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-25 01:00:37 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:31 +0200
commit0fe1ff99a1aa6858ec0f1cfb1130b801238fc8e2 (patch)
tree3f4c1e5ee4b8bb5d921bad98ba575e3bc3970b8f /source3/services
parent552e505cee966e7f734fb6bc8f5991bb5b73ba32 (diff)
downloadsamba-0fe1ff99a1aa6858ec0f1cfb1130b801238fc8e2.tar.gz
s3:registry: move reg_objects.h to registry/ and use it only where needed
Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code.
Diffstat (limited to 'source3/services')
-rw-r--r--source3/services/services_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c
index aa99ac9fef6..2672b95bcab 100644
--- a/source3/services/services_db.c
+++ b/source3/services/services_db.c
@@ -25,6 +25,7 @@
#include "registry.h"
#include "registry/reg_util_legacy.h"
#include "registry/reg_dispatcher.h"
+#include "registry/reg_objects.h"
struct rcinit_file_information {
char *description;