summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_rbt.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-08-24 14:53:42 +0200
committerMichael Adam <obnox@samba.org>2011-10-11 14:17:58 +0200
commit8750e3f22c9b62840fd7e90eb99b95204542a592 (patch)
tree7711f48872662f87e56bd6558130a306fd36e939 /source3/lib/dbwrap/dbwrap_rbt.c
parent6fb5c47f21a4b0d5998de37d13b3cab61afd5bac (diff)
downloadsamba-8750e3f22c9b62840fd7e90eb99b95204542a592.tar.gz
samba-8750e3f22c9b62840fd7e90eb99b95204542a592.tar.bz2
samba-8750e3f22c9b62840fd7e90eb99b95204542a592.zip
s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_private.h
The API and callers now only need the forward declarations.
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_rbt.c')
-rw-r--r--source3/lib/dbwrap/dbwrap_rbt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/dbwrap/dbwrap_rbt.c b/source3/lib/dbwrap/dbwrap_rbt.c
index cc4e0dd129..98541eaf07 100644
--- a/source3/lib/dbwrap/dbwrap_rbt.c
+++ b/source3/lib/dbwrap/dbwrap_rbt.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "dbwrap/dbwrap.h"
+#include "dbwrap/dbwrap_private.h"
#include "dbwrap/dbwrap_rbt.h"
#include "../lib/util/rbtree.h"