tdb: update README a bit
authorKirill Smelkov <kirr@mns.spb.ru>
Wed, 21 Oct 2009 17:18:58 +0000 (21:18 +0400)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 28 Oct 2009 23:44:34 +0000 (10:14 +1030)
commit83de5c826313aa09c76131ae70550bd81b3521c5
treedbd38385ca36672830aa49cc66879cf1d50c01a5
parent71a21393dd1bb61bded82b1581ac6d5bd3b0153c
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>
lib/tdb/docs/README