svn commit: samba r15339 - in branches/SAMBA_4_0/source/lib/tdb/swig: .

tpot at samba.org tpot at samba.org
Sun Apr 30 00:22:06 GMT 2006


Author: tpot
Date: 2006-04-30 00:22:05 +0000 (Sun, 30 Apr 2006)
New Revision: 15339

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

Log:
Signature for tdb_reopen_all() has changed.

Modified:
   branches/SAMBA_4_0/source/lib/tdb/swig/tdb.i


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/swig/tdb.i
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/swig/tdb.i	2006-04-30 00:00:28 UTC (rev 15338)
+++ branches/SAMBA_4_0/source/lib/tdb/swig/tdb.i	2006-04-30 00:22:05 UTC (rev 15339)
@@ -125,7 +125,7 @@
 
 int tdb_reopen(TDB_CONTEXT *tdb);
 
-int tdb_reopen_all(void);
+int tdb_reopen_all(int parent_longlived);
 
 void tdb_logging_function(TDB_CONTEXT *tdb, tdb_log_func);
 



More information about the samba-cvs mailing list