X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device-src%2Fxfer-device.h;h=71f30e291a981383da5cad63483c522a64e0bbe6;hb=HEAD;hp=f18916b3df6d4836a77bc7eee2884df29c91abcf;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/device-src/xfer-device.h b/device-src/xfer-device.h index f18916b..71f30e2 100644 --- a/device-src/xfer-device.h +++ b/device-src/xfer-device.h @@ -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