X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fxfer-server.h;fp=server-src%2Fxfer-server.h;h=34e18146a1d8dd3dffa78c836b2d5849383d263f;hb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;hp=f8178d10f20c0ce8743eaef1d99aa1aaf69a0ad0;hpb=c6f0a88c567f8536c498f554285aed1f8150da18;p=debian%2Famanda diff --git a/server-src/xfer-server.h b/server-src/xfer-server.h index f8178d1..34e1814 100644 --- a/server-src/xfer-server.h +++ b/server-src/xfer-server.h @@ -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