r15339: Signature for tdb_reopen_all() has changed.
authorTim Potter <tpot@samba.org>
Sun, 30 Apr 2006 00:22:05 +0000 (00:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:18 +0000 (14:05 -0500)
(This used to be commit 4d8fff52360645df12b35cea45fceaa66d6594bf)

source4/lib/tdb/swig/tdb.i

index 7db17b22d44c786e23cf67d918f04f8ef6c4571f..98bf6441ce8fea7b5ea34abeba13c901e442f461 100644 (file)
@@ -125,7 +125,7 @@ TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
 
 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);