Imported Upstream version 3.3.2
[debian/amanda] / server-src / xfer-server.h
index f8178d10f20c0ce8743eaef1d99aa1aaf69a0ad0..34e18146a1d8dd3dffa78c836b2d5849383d263f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
- * Copyright (c) 2009 Zmanda, Inc.  All Rights Reserved.
+ * Copyright (c) 2009-2012 Zmanda, Inc.  All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 as published
@@ -38,5 +38,8 @@
 XferElement *xfer_source_holding(
     const char *filename);
 
+guint64
+xfer_source_holding_get_bytes_read(
+    XferElement *elt);
 
 #endif