COPKGManager: add function to check package size

This commit is contained in:
2014-12-28 20:14:33 +01:00
parent 33bf0fd7ba
commit 9ae65d4ec5
2 changed files with 35 additions and 27 deletions

View File

@@ -97,5 +97,6 @@ class COPKGManager : public CMenuTarget
static bool hasOpkgSupport();
bool checkUpdates(const std::string & package_name = std::string(), bool show_progress = true);
bool installPackage(const std::string& pkg_name);
bool checkSize(const std::string& pkg_name);
};
#endif