1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.

Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and
make the fallbacke implementation functoins non-static and create a
dbwrap_private.h header file that contains their prototypes.
This commit is contained in:
Michael Adam
2011-07-06 16:40:21 +02:00
parent 75c7320497
commit 1abdd9b2bb
33 changed files with 208 additions and 78 deletions

View File

@ -22,6 +22,7 @@
#include "../libcli/security/security.h"
#include "../librpc/gen_ndr/ndr_security.h"
#include "dbwrap.h"
#include "dbwrap/dbwrap_open.h"
#include "util_tdb.h"
/*******************************************************************