- some ftp bugfixes and cleanup on ftp client that have failed transfers

This commit is contained in:
Mark Vejvoda
2011-01-09 05:49:59 +00:00
parent 31be2df752
commit 912188679c
6 changed files with 31 additions and 11 deletions

View File

@@ -131,6 +131,7 @@ bool StartsWith(const std::string &str, const std::string &key);
bool EndsWith(const string &str, const string& key);
string replaceAll(string& context, const string& from, const string& to);
void removeFolder(const string path);
int getScreenW();
int getScreenH();