diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-04 21:45:54 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-04 21:45:54 +0100 |
commit | dabe757a0a6d91e07ba30e3d580e49fe56eb4737 (patch) | |
tree | 5f7875b7d7d0208fcf9cf7a383b3b79061d45f7f /apt-pkg/cachefile.h | |
parent | 893d3e85b98124fc28002be5584b685324646037 (diff) |
support optional PulseInterval in ListUpdate
Diffstat (limited to 'apt-pkg/cachefile.h')
-rw-r--r-- | apt-pkg/cachefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cachefile.h b/apt-pkg/cachefile.h index 02c6188a7..8408af996 100644 --- a/apt-pkg/cachefile.h +++ b/apt-pkg/cachefile.h @@ -47,7 +47,7 @@ class pkgCacheFile bool BuildCaches(OpProgress &Progress,bool WithLock = true); bool Open(OpProgress &Progress,bool WithLock = true); - bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List); + bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseInterval=0); void Close(); pkgCacheFile(); |