ntdb: remove ntdb_error()
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 12 Jun 2012 04:38:47 +0000 (14:08 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 12 Jun 2012 04:38:47 +0000 (14:08 +0930)
commit76fb1f9c924a57525fab752f4a2e0be8e3f86c64
treef8d6d02e5f90efeade6743a686a0604fe08fa0f6
parentcff3dda25286f3ec144f1b1a44c300e6d6dbd1dd
ntdb: remove ntdb_error()

It was a hack to make compatibility easier.  Since we're not doing that,
it can go away: all callers must use the return value now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 files changed:
lib/ntdb/ABI/ntdb-0.9.sigs
lib/ntdb/check.c
lib/ntdb/doc/TDB_porting.txt
lib/ntdb/hash.c
lib/ntdb/ntdb.c
lib/ntdb/ntdb.h
lib/ntdb/open.c
lib/ntdb/private.h
lib/ntdb/pyntdb.c
lib/ntdb/summary.c
lib/ntdb/test/failtest_helper.h
lib/ntdb/tools/ntdbtorture.c
lib/ntdb/transaction.c
lib/ntdb/traverse.c