diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-17 17:24:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:01 -0500 |
commit | 81fb404a6f61205ed141fd9f0681e704e2a33ad6 (patch) | |
tree | 9f8f6f81fa4e7ce1a6aebcbf4c387b005f4ab4b3 /source4/lib/tdb/common/tdb_private.h | |
parent | 45e8a27d984d3d75ba8ebca1ef3522b2f0fb3d4d (diff) | |
download | samba-81fb404a6f61205ed141fd9f0681e704e2a33ad6.tar.gz samba-81fb404a6f61205ed141fd9f0681e704e2a33ad6.tar.bz2 samba-81fb404a6f61205ed141fd9f0681e704e2a33ad6.zip |
r22319: sync lib/tdb/ with samba3
metze
(This used to be commit 8f24f6b38e967075589529a08c68a1a56f9f0499)
Diffstat (limited to 'source4/lib/tdb/common/tdb_private.h')
-rw-r--r-- | source4/lib/tdb/common/tdb_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/tdb/common/tdb_private.h b/source4/lib/tdb/common/tdb_private.h index 7219a1a2e2..02a23d0387 100644 --- a/source4/lib/tdb/common/tdb_private.h +++ b/source4/lib/tdb/common/tdb_private.h @@ -206,5 +206,7 @@ tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, in struct list_struct *rec); void tdb_io_init(struct tdb_context *tdb); int tdb_expand(struct tdb_context *tdb, tdb_off_t size); +int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, + struct list_struct *rec); |