tdb2: implement tdb_exists and tdb_parse_record
These are the same as the TDB1 functions; but note that there is no reliable way to tell if tdb_exists() fails due to an error. This simplifies the API, but means you have to use tdb_fetch() if you really care.
Showing
Please register or sign in to comment