Merge tag 'upstream/3.3.3'
[debian/amanda] / server-src / xfer-server.h
index f8178d10f20c0ce8743eaef1d99aa1aaf69a0ad0..9e4892e9f9798b987cfdefe8b74f7b0a5621d097 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * 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
- * by the Free Software Foundation.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
@@ -38,5 +39,8 @@
 XferElement *xfer_source_holding(
     const char *filename);
 
+guint64
+xfer_source_holding_get_bytes_read(
+    XferElement *elt);
 
 #endif