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

idra at samba.org idra at samba.org
Sun May 22 10:02:53 GMT 2005


Author: idra
Date: 2005-05-22 10:02:53 +0000 (Sun, 22 May 2005)
New Revision: 6931

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

Log:
declare this to avoid warnings until we have loadable modules
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	2005-05-22 09:43:20 UTC (rev 6930)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2005-05-22 10:02:53 UTC (rev 6931)
@@ -110,6 +110,7 @@
 				 unsigned int flags, 
 				 const char *options[]);
 struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
+struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);
 
 const char **ldb_options_parse(const char **options, int *ldbopts, const char *arg);
 



More information about the samba-cvs mailing list