X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=1092f171427cbbd097b9738db7fad6ceedb2c066;hp=de832af667402eb3efb609954fcaaf77fd61c98b;hb=6dbbfabca414018b4c5acb3e6e597d84e2b19caf;hpb=1ac26f37368b33e0952e19df05184776c80159c8;ds=sidebyside diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index de832af6..1092f171 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -476,8 +476,6 @@ tdb_off_t tdb_find_zero_off(struct tdb_context *tdb, tdb_off_t off, /* Even on files, we can get partial writes due to signals. */ bool tdb_pwrite_all(int fd, const void *buf, size_t len, tdb_off_t off); -bool tdb_pread_all(int fd, void *buf, size_t len, tdb_off_t off); -bool tdb_read_all(int fd, void *buf, size_t len); /* Allocate and make a copy of some offset. */ void *tdb_alloc_read(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t len);