diff --git a/Pascal/File.h b/Pascal/File.h index 1312068..ec1ce91 100644 --- a/Pascal/File.h +++ b/Pascal/File.h @@ -152,8 +152,11 @@ class FileEntry : public Entry { const char *name() const { return _fileName; } Date modification() const { return _modification; } - unsigned static ValidName(const char *); + static unsigned ValidName(const char *); + static bool Compress(std::string& text); + static bool Uncompress(std::string& text); + protected: