X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftdb2.h;h=4fd34e8b5574d0557abe7e5c9fae5b95cead990b;hb=3d917ba6dffe2029608a3d4c870dfdb4033ca4c9;hp=3e02c8037e16a65b89ba1254e7d8752fb5babdc8;hpb=74c15d72a2ddc484c771bc226134673409e9a40f;p=ccan diff --git a/ccan/tdb2/tdb2.h b/ccan/tdb2/tdb2.h index 3e02c803..4fd34e8b 100644 --- a/ccan/tdb2/tdb2.h +++ b/ccan/tdb2/tdb2.h @@ -111,7 +111,8 @@ enum TDB_ERROR { TDB_ERR_EXISTS = -5, /* The key already exists. */ TDB_ERR_NOEXIST = -6, /* The key does not exist. */ TDB_ERR_EINVAL = -7, /* You're using it wrong. */ - TDB_ERR_RDONLY = -8 /* The database is read-only. */ + TDB_ERR_RDONLY = -8, /* The database is read-only. */ + TDB_ERR_LAST = TDB_ERR_RDONLY }; /**