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

r13934: these are only needed for a standalone build

metze
This commit is contained in:
Stefan Metzmacher
2006-03-07 12:58:21 +00:00
committed by Gerald (Jerry) Carter
parent 159a98a28a
commit 0db8351b14

View File

@@ -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,