X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackagemanager.h;h=b168d723e174739c3c652f376f7f1cefe407cda2;hb=69cd5cc73f466181420711fb907979de58687a4c;hp=9b4f3476d7a2ae821650bdd5118434d1a0546d10;hpb=c45cc6fd2b13513909d43b5f95370b00c8b4c25e;p=builder.git diff --git a/source/packagemanager.h b/source/packagemanager.h index 9b4f347..b168d72 100644 --- a/source/packagemanager.h +++ b/source/packagemanager.h @@ -71,6 +71,9 @@ private: /** Determines the file containing a binary package. The file is expected to be named after the package. */ Msp::FS::Path get_binary_package_file(const std::string &); + +public: + void save_all_caches() const; }; #endif