]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or for non...
[apt.git] / apt-pkg / acquire-item.h
index 332df5a6bfc68d6866696b06e507c479f55a4952..943c61876c6e6a8938bc7289a68bf9828f065f21 100644 (file)
@@ -112,10 +112,10 @@ class pkgAcquire::Item : public WeakPointable
    string ErrorText;
 
    /** \brief The size of the object to fetch. */
-   unsigned long FileSize;
+   unsigned long long FileSize;
 
    /** \brief How much of the object was already fetched. */
-   unsigned long PartialSize;
+   unsigned long long PartialSize;
 
    /** \brief If not \b NULL, contains the name of a subprocess that
     *  is operating on this object (for instance, "gzip" or "gpgv").
@@ -579,6 +579,7 @@ class pkgAcqIndexTrans : public pkgAcqIndex
    public:
   
    virtual void Failed(string Message,pkgAcquire::MethodConfig *Cnf);
+   virtual string Custom600Headers();
 
    /** \brief Create a pkgAcqIndexTrans.
     *