]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.h
allow individual targets to be kept compressed
[apt.git] / methods / ftp.h
index 416a91980d81c22f8cf678350b21068a90a94bdb..2efd28ec6e28bb0acbc0f5d46dec1fb334f40dd4 100644 (file)
@@ -62,7 +62,8 @@ class FTPConn
    bool Size(const char *Path,unsigned long long &Size);
    bool ModTime(const char *Path, time_t &Time);
    bool Get(const char *Path,FileFd &To,unsigned long long Resume,
-           Hashes &MD5,bool &Missing, unsigned long long ExpectedSize);
+           Hashes &MD5,bool &Missing, unsigned long long MaximumSize,
+            pkgAcqMethod *Owner);
    
    FTPConn(URI Srv);
    ~FTPConn();