1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r3783: - don't use make proto for ldb anymore

- split ldh.h out of samba's includes.h

- make ldb_context and ldb_module private to the subsystem

- use ltdb_ prefix for all ldb_tdb functions

metze
This commit is contained in:
Stefan Metzmacher
2004-11-16 09:00:52 +00:00
committed by Gerald (Jerry) Carter
parent 9003698e0f
commit f5ee40d6ce
46 changed files with 373 additions and 144 deletions

View File

@@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "ldb/include/ldb.h"
static int failures;

View File

@@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "ldb/include/ldb.h"
static int ldb_delete_recursive(struct ldb_context *ldb, const char *dn)
{

View File

@@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "ldb/include/ldb.h"
static int verbose;

View File

@@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "ldb/include/ldb.h"
static int failures;

View File

@@ -35,6 +35,7 @@
*/
#include "includes.h"
#include "ldb/include/ldb.h"
static void usage(void)
{

View File

@@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "ldb/include/ldb.h"
static void usage(void)
{

View File

@@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "ldb/include/ldb.h"
static const char *ldb_url;
static const char *base_dn = "ou=Ldb Test,ou=People,o=University of Michigan,c=US";