s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_private.h
authorMichael Adam <obnox@samba.org>
Wed, 24 Aug 2011 12:53:42 +0000 (14:53 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 12:17:58 +0000 (14:17 +0200)
commit8750e3f22c9b62840fd7e90eb99b95204542a592
tree7711f48872662f87e56bd6558130a306fd36e939
parent6fb5c47f21a4b0d5998de37d13b3cab61afd5bac
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.
source3/lib/dbwrap/dbwrap.h
source3/lib/dbwrap/dbwrap_ctdb.c
source3/lib/dbwrap/dbwrap_private.h
source3/lib/dbwrap/dbwrap_rbt.c
source3/lib/dbwrap/dbwrap_tdb.c