X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=da1f0a2c77c0995da5f4bc7f70b381c4dbeb2d56;hp=2062ac297b1bcb9985f026bdd8075a54473b8cef;hb=6f7cb26e589cea081e71c59801eae87178967861;hpb=a3606bbd6ac38deb365b1c6c7f738ef19bd3df1c diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index 2062ac29..da1f0a2c 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -347,7 +347,7 @@ struct tdb_methods { tdb_len_t); enum TDB_ERROR (*twrite)(struct tdb_context *, tdb_off_t, const void *, tdb_len_t); - enum TDB_ERROR (*oob)(struct tdb_context *, tdb_off_t, bool); + enum TDB_ERROR (*oob)(struct tdb_context *, tdb_off_t, tdb_len_t, bool); enum TDB_ERROR (*expand_file)(struct tdb_context *, tdb_len_t); void *(*direct)(struct tdb_context *, tdb_off_t, size_t, bool); };