tdb: update README a bit
authorKirill Smelkov <kirr@mns.spb.ru>
Wed, 21 Oct 2009 17:18:58 +0000 (21:18 +0400)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Dec 2009 07:03:53 +0000 (08:03 +0100)
commit7a88f1df9190674deaf5dcbedad02ae4120a5263
tree7ebf09a8651cc48a1da442cf168c3bf7b16e3826
parent03372b4ea8ba2938468a5c0fc234d604966ce070
tdb: update README a bit

While studying tdb, I've noticed a couple of mismatches between readme
and actual code:

- tdb_open_ex changed it's log_fn argument to log_ctx
- there is now no tdb_update(), which it seems was transformed into
  non-exported tdb_update_hash()

There were other mismatches, but I don't remember them now, sorry.

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(cherry picked from samba commit 83de5c826313aa09c76131ae70550bd81b3521c5)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/docs/README