mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
COPKGManager: add function to check package size
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user