diff options
author | Tim Potter <tpot@samba.org> | 2006-04-30 00:22:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:18 -0500 |
commit | 1bf908c06204c9ff2edbc45eb363e1ef325e7e6d (patch) | |
tree | 919f3a200b035d1b75fcbb64900a876460bb9ac6 /source4/lib/tdb | |
parent | 20b3b0f2e316f1689ea30e1901d97bdf86a71fa0 (diff) | |
download | samba-1bf908c06204c9ff2edbc45eb363e1ef325e7e6d.tar.gz samba-1bf908c06204c9ff2edbc45eb363e1ef325e7e6d.tar.bz2 samba-1bf908c06204c9ff2edbc45eb363e1ef325e7e6d.zip |
r15339: Signature for tdb_reopen_all() has changed.
(This used to be commit 4d8fff52360645df12b35cea45fceaa66d6594bf)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/swig/tdb.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/swig/tdb.i b/source4/lib/tdb/swig/tdb.i index 7db17b22d4..98bf6441ce 100644 --- a/source4/lib/tdb/swig/tdb.i +++ b/source4/lib/tdb/swig/tdb.i @@ -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); |