X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=30338d77abb51deee0e761307e01af588b035725;hb=27647f94668040d91de377849dce87dabd72be69;hp=b801ffaf828f54b112a0116c436666e20da73461;hpb=b2555a868e3ee58d1b31f9558e3623d49ed2b2f1;p=ccan diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index b801ffaf..30338d77 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -639,8 +639,10 @@ int tdb1_check(struct tdb_context *tdb, /* tdb1_open.c: */ int tdb1_new_database(struct tdb_context *tdb, - struct tdb_attribute_tdb1_hashsize *hashsize); -enum TDB_ERROR tdb1_open(struct tdb_context *tdb); + struct tdb_attribute_tdb1_hashsize *hashsize, + struct tdb_attribute_tdb1_max_dead *max_dead); +enum TDB_ERROR tdb1_open(struct tdb_context *tdb, + struct tdb_attribute_tdb1_max_dead *max_dead); /* tdb1_io.c: */ enum TDB_ERROR tdb1_probe_length(struct tdb_context *tdb);