X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fdirs.h;h=4731f68f407331379f4eb8f67d71391aecc0742f;hp=120121d33fd2aead0c00170672eba1a52d2a75b3;hb=3d39423f5efef65eacf666dabd7d1c6e9ba13083;hpb=b1467ce3cde3c61f79030bf4329f7037904043e1 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();