summaryrefslogtreecommitdiffstats
path: root/otautil/include/otautil/roots.h
diff options
context:
space:
mode:
Diffstat (limited to 'otautil/include/otautil/roots.h')
-rw-r--r--otautil/include/otautil/roots.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/otautil/include/otautil/roots.h b/otautil/include/otautil/roots.h
index 2ab3f4549..92ee756f0 100644
--- a/otautil/include/otautil/roots.h
+++ b/otautil/include/otautil/roots.h
@@ -53,3 +53,6 @@ int format_volume(const std::string& volume, const std::string& directory);
// Ensure that all and only the volumes that packages expect to find
// mounted (/tmp and /cache) are mounted. Returns 0 on success.
int setup_install_mounts();
+
+// Returns true if there is /cache in the volumes.
+bool HasCache();