X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal-remote%2Fjournal-remote-write.h;fp=src%2Fjournal-remote%2Fjournal-remote-write.h;h=aa381c661ee32ec7cb027bc544a60d949c629fd4;hb=92b10cbccdeef3896f45dc340eb7779c78577ede;hp=9c5a641d2e01749cf1dc3c77356bad1895b82bb6;hpb=874bc134ac6504c45e94174e37af13ff21a6bfe2;p=elogind.git diff --git a/src/journal-remote/journal-remote-write.h b/src/journal-remote/journal-remote-write.h index 9c5a641d2..aa381c661 100644 --- a/src/journal-remote/journal-remote-write.h +++ b/src/journal-remote/journal-remote-write.h @@ -36,6 +36,7 @@ struct iovec_wrapper { int iovw_put(struct iovec_wrapper *iovw, void* data, size_t len); void iovw_free_contents(struct iovec_wrapper *iovw); size_t iovw_size(struct iovec_wrapper *iovw); +void iovw_rebase(struct iovec_wrapper *iovw, char *old, char *new); typedef struct Writer { JournalFile *journal;