]> git.ozlabs.org Git - ccan/commit - ccan/tdb2/private.h
tdb2: rework io functions to return enum TDB_ERROR.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:19 +0000 (23:19 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:19 +0000 (23:19 +1030)
commit012f68a0738e2190580f4639321d18ad5f4611c2
tree94610d7ff6f0469e8622b73aaa98a3a13b245a19
parent2a585ebca2a23c536520d854749fc6a813e9b12a
tdb2: rework io functions to return enum TDB_ERROR.

We have a series of I/O functions which change depending on whether we're
inside a transaction or not.  This makes them return enum TDB_ERROR instead
of int.
ccan/tdb2/check.c
ccan/tdb2/free.c
ccan/tdb2/io.c
ccan/tdb2/private.h
ccan/tdb2/tdb.c
ccan/tdb2/transaction.c