]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/private.h
tdb2: remove tailer
[ccan] / ccan / tdb2 / private.h
index 4b61d13fba3f4f98d82cd902bd264c90838b1dcf..5e71bc2da46e1af4ec97c37489e1142cb62f9fe8 100644 (file)
@@ -332,6 +332,7 @@ struct tdb_methods {
        int (*write)(struct tdb_context *, tdb_off_t, const void *, tdb_len_t);
        int (*oob)(struct tdb_context *, tdb_off_t, bool);
        int (*expand_file)(struct tdb_context *, tdb_len_t);
+       void *(*direct)(struct tdb_context *, tdb_off_t, size_t);
 };
 
 /*