|
|
@ -152,7 +152,9 @@ std::string EncodeBase64(const std::string& str); |
|
|
|
void ParseParameters(int argc, const char*const argv[]); |
|
|
|
void ParseParameters(int argc, const char*const argv[]); |
|
|
|
bool WildcardMatch(const char* psz, const char* mask); |
|
|
|
bool WildcardMatch(const char* psz, const char* mask); |
|
|
|
bool WildcardMatch(const std::string& str, const std::string& mask); |
|
|
|
bool WildcardMatch(const std::string& str, const std::string& mask); |
|
|
|
|
|
|
|
void FileCommit(FILE *fileout); |
|
|
|
int GetFilesize(FILE* file); |
|
|
|
int GetFilesize(FILE* file); |
|
|
|
|
|
|
|
bool RenameOver(boost::filesystem::path src, boost::filesystem::path dest); |
|
|
|
boost::filesystem::path GetDefaultDataDir(); |
|
|
|
boost::filesystem::path GetDefaultDataDir(); |
|
|
|
const boost::filesystem::path &GetDataDir(bool fNetSpecific = true); |
|
|
|
const boost::filesystem::path &GetDataDir(bool fNetSpecific = true); |
|
|
|
boost::filesystem::path GetConfigFile(); |
|
|
|
boost::filesystem::path GetConfigFile(); |
|
|
|