lintian doesn't like orphan packages with uploaders...
[debian/amanda] / device-src / xfer-device.h
index f18916b3df6d4836a77bc7eee2884df29c91abcf..71f30e291a981383da5cad63483c522a64e0bbe6 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * 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
- * 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
@@ -143,4 +144,8 @@ void xfer_source_recovery_use_device(
     XferElement *self,
     Device *device);
 
+guint64
+xfer_source_recovery_get_bytes_read(
+    XferElement *elt);
+
 #endif