diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:09 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:09 +0000 |
commit | 63b1700fd93787682eedc95546a0364f449f036d (patch) | |
tree | 169f8b47dc4c88d3fbcaf8ae996e6ca08350dc2d /methods/ftp.h | |
parent | 784202a271ae7e303aacbe226bb87fed50a16f81 (diff) |
More SHA-1 prep
Author: jgg
Date: 2001-03-06 07:15:29 GMT
More SHA-1 prep
Diffstat (limited to 'methods/ftp.h')
-rw-r--r-- | methods/ftp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/methods/ftp.h b/methods/ftp.h index f791195b3..1bcea41b6 100644 --- a/methods/ftp.h +++ b/methods/ftp.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- -// Description /*{{{*/// $Id: ftp.h,v 1.3 2001/02/20 07:03:18 jgg Exp $ -// $Id: ftp.h,v 1.3 2001/02/20 07:03:18 jgg Exp $ +// Description /*{{{*/// $Id: ftp.h,v 1.4 2001/03/06 07:15:29 jgg Exp $ +// $Id: ftp.h,v 1.4 2001/03/06 07:15:29 jgg Exp $ /* ###################################################################### FTP Aquire Method - This is the FTP aquire method for APT. @@ -56,7 +56,7 @@ class FTPConn bool Size(const char *Path,unsigned long &Size); bool ModTime(const char *Path, time_t &Time); bool Get(const char *Path,FileFd &To,unsigned long Resume, - MD5Summation &MD5,bool &Missing); + Hashes &MD5,bool &Missing); FTPConn(URI Srv); ~FTPConn(); |