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:
@ -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"
|
||||
|
||||
/*******************************************************************
|
||||
|
Reference in New Issue
Block a user