X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdirs.h;h=4731f68f407331379f4eb8f67d71391aecc0742f;hb=ea5f276a69989d4e5797b49083322bac2c9a820c;hp=120121d33fd2aead0c00170672eba1a52d2a75b3;hpb=fa9edc1e1656e737b9194e54e06043473cad3622;p=xestiaab%2F.git diff --git a/source/common/dirs.h b/source/common/dirs.h index 120121d..4731f68 100644 --- a/source/common/dirs.h +++ b/source/common/dirs.h @@ -25,6 +25,7 @@ wxString GetUserDir(); wxString GetUserPrefDir(); wxString GetRecoveryDB(); wxString GetAccountDir(wxString AccName, bool ServerCert); +std::string GetAccountDir(std::string AccName, bool ServerCert); wxString GetAccountsFile(); wxString GetSettingsFile();