svn commit: samba r20063 - in branches/SAMBA_3_0/source/tdb/common: .

vlendec at samba.org vlendec at samba.org
Thu Dec 7 10:49:17 GMT 2006


Author: vlendec
Date: 2006-12-07 10:49:17 +0000 (Thu, 07 Dec 2006)
New Revision: 20063

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

Log:
Fix a missing protoype warning in freelistcheck.c
Modified:
   branches/SAMBA_3_0/source/tdb/common/tdb_private.h


Changeset:
Modified: branches/SAMBA_3_0/source/tdb/common/tdb_private.h
===================================================================
--- branches/SAMBA_3_0/source/tdb/common/tdb_private.h	2006-12-07 10:04:35 UTC (rev 20062)
+++ branches/SAMBA_3_0/source/tdb/common/tdb_private.h	2006-12-07 10:49:17 UTC (rev 20063)
@@ -198,5 +198,7 @@
 			   struct list_struct *rec);
 void tdb_io_init(struct tdb_context *tdb);
 int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
+int rec_free_read(struct tdb_context *tdb, tdb_off_t off,
+		  struct list_struct *rec);
 
 



More information about the samba-cvs mailing list