Imported Upstream version 3.3.0
[debian/amanda] / xfer-src / xfer.h
index a1f378cb76155c772422df46a9604dcabd508bf9..3d6773a02f969d3684ce91f64282c177747d3389 100644 (file)
@@ -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