summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-04-14 16:44:41 +0000
committerJulian Andres Klode <jak@debian.org>2024-04-14 16:44:41 +0000
commite7f0d39ee9e6ca3de71c4a9bc52be6de26ea18a0 (patch)
tree4c90407406575507180456b4df9f00ef4292366a /apt-pkg/depcache.h
parentb54308e8545f90928e3fcde5c0df52b22295042f (diff)
parentac8fe4b030754584cda9cb1707fc3d9f0d792366 (diff)
Merge branch 'ui-2.9.1' into 'main'
UI improvements for 2.9.1 See merge request apt-team/apt!338
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r--apt-pkg/depcache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h
index 5dd022b56..23047b97a 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,