summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-07 12:58:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:28 -0500
commite814354e437ee5019b74f854acfd513adb9c6454 (patch)
tree1505b33ba31aefb6142dc9731a7d49a7c68f96cc /source4/lib/ldb/include/ldb_private.h
parent0cbc4471017db8b775f371a2590ca4fd9a0953d4 (diff)
downloadsamba-e814354e437ee5019b74f854acfd513adb9c6454.tar.gz
samba-e814354e437ee5019b74f854acfd513adb9c6454.tar.bz2
samba-e814354e437ee5019b74f854acfd513adb9c6454.zip
r13934: these are only needed for a standalone build
metze (This used to be commit 0db8351b149e5c3d91bf7f2d36ceed329462133c)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index 52ea0f833d..e241674e4f 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -144,6 +144,7 @@ void ldb_debug_set(struct ldb_context *ldb, enum ldb_debug_level level,
/* The following definitions come from lib/ldb/common/ldb_ldif.c */
int ldb_should_b64_encode(const struct ldb_val *val);
+#ifndef _SAMBA_BUILD_
int ldb_objectclass_init(void);
int ldb_operational_init(void);
int ldb_paged_results_init(void);
@@ -154,6 +155,7 @@ int ldb_ldap_init(void);
int ldb_ildap_init(void);
int ldb_tdb_init(void);
int ldb_sqlite3_init(void);
+#endif
int ldb_match_msg(struct ldb_context *ldb,
struct ldb_message *msg,