Merge tag 'upstream/3.3.2'
[debian/amanda] / device-src / xfer-device.h
index f18916b3df6d4836a77bc7eee2884df29c91abcf..cad34d009bd69cd056a14d3f32c0c6c40f4b2391 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
- * Copyright (c) 2009, 2010 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
@@ -143,4 +143,8 @@ void xfer_source_recovery_use_device(
     XferElement *self,
     Device *device);
 
+guint64
+xfer_source_recovery_get_bytes_read(
+    XferElement *elt);
+
 #endif