diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:05:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:05:54 +0000 |
commit | f768fbfe45055f9ab5260ee04bb4c2706bfd6e44 (patch) | |
tree | 8b11d8fa50d831770d3eeb4d01abf67b9e598572 /apt-pkg/depcache.h | |
parent | Adding upstream version 2.9.0. (diff) | |
download | apt-f768fbfe45055f9ab5260ee04bb4c2706bfd6e44.tar.xz apt-f768fbfe45055f9ab5260ee04bb4c2706bfd6e44.zip |
Adding upstream version 2.9.1.upstream/2.9.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 5dd022b..23047b9 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -490,7 +490,9 @@ class APT_PUBLIC pkgDepCache : protected pkgCache::Namespace virtual ~pkgDepCache(); bool CheckConsistency(char const *const msgtag = ""); - +#ifdef APT_COMPILING_APT + double BootSize(bool initrdOnly); +#endif protected: // methods call by IsInstallOk bool IsInstallOkMultiArchSameVersionSynced(PkgIterator const &Pkg, |