git-svn-id: https://profuse.googlecode.com/svn/branches/v2@245 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2010-05-21 01:18:39 +00:00
parent 91e2aaac70
commit cff29a4736
1 changed files with 4 additions and 1 deletions

View File

@ -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: