- Properly expands ~ characters in data.location

This commit is contained in:
Paul Beckingham 2008-07-09 22:56:39 -04:00
parent ec8da0baaa
commit 2150642f9d
5 changed files with 44 additions and 2 deletions

View file

@ -119,6 +119,7 @@ std::string formatSeconds (time_t);
const std::string uuid ();
const char* optionalBlankLine (Config&);
int convertDuration (std::string&);
std::string expandPath (const std::string&);
// rules.cpp
void initializeColorRules (Config&);