From 8750e3f22c9b62840fd7e90eb99b95204542a592 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 24 Aug 2011 14:53:42 +0200 Subject: 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_ctdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/dbwrap/dbwrap_ctdb.c') diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c index 2263d73dec..5823ab4695 100644 --- a/source3/lib/dbwrap/dbwrap_ctdb.c +++ b/source3/lib/dbwrap/dbwrap_ctdb.c @@ -46,6 +46,7 @@ #include "ctdb_private.h" #include "ctdbd_conn.h" #include "dbwrap/dbwrap.h" +#include "dbwrap/dbwrap_private.h" #include "dbwrap/dbwrap_ctdb.h" #include "g_lock.h" #include "messages.h" -- cgit