X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=xfer-src%2Fxfer.h;h=3d6773a02f969d3684ce91f64282c177747d3389;hb=377e15b597bafb8e7c2a100f11a0166f7220fe1c;hp=a1f378cb76155c772422df46a9604dcabd508bf9;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/xfer-src/xfer.h b/xfer-src/xfer.h index a1f378c..3d6773a 100644 --- a/xfer-src/xfer.h +++ b/xfer-src/xfer.h @@ -158,8 +158,10 @@ char *xfer_repr(Xfer *xfer); * correctly). * * @param xfer: the Xfer object + * @param offset: the offset to start the transfer from (must be 0) + * @param size: the Xfer object: the number of bytes to transfer. */ -void xfer_start(Xfer *xfer); +void xfer_start(Xfer *xfer, gint64 offset, gint64 size); /* Abort a running transfer. This essentially tells the source to stop * producing data and allows the remainder of the transfer to "drain". Thus