]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
show in madison command again also source packages (LP: #614589)
[apt.git] / apt-pkg / acquire.h
index 8e2c21151af135fd9b7c6c19dfdff3ffd663174a..82be8b84333a1eda013255263038c42d7d5ac69e 100644 (file)
@@ -323,17 +323,17 @@ class pkgAcquire
    /** \return the total size in bytes of all the items included in
     *  this download.
     */
-   double TotalNeeded();
+   unsigned long long TotalNeeded();
 
    /** \return the size in bytes of all non-local items included in
     *  this download.
     */
-   double FetchNeeded();
+   unsigned long long FetchNeeded();
 
    /** \return the amount of data to be fetched that is already
     *  present on the filesystem.
     */
-   double PartialPresent();
+   unsigned long long PartialPresent();
 
    /** \brief Delayed constructor
     *