svn commit: samba r13934 - in branches/SAMBA_4_0/source/lib/ldb/include: .

metze at samba.org metze at samba.org
Tue Mar 7 12:58:21 GMT 2006


Author: metze
Date: 2006-03-07 12:58:21 +0000 (Tue, 07 Mar 2006)
New Revision: 13934

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13934

Log:
these are only needed for a standalone build

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2006-03-07 12:57:23 UTC (rev 13933)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2006-03-07 12:58:21 UTC (rev 13934)
@@ -144,6 +144,7 @@
 /* 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_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,



More information about the samba-cvs mailing list