X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdirs.h;h=4731f68f407331379f4eb8f67d71391aecc0742f;hb=ea5f276a69989d4e5797b49083322bac2c9a820c;hp=0640c95e490fdcc754288ec427277f4cd750f8ec;hpb=87b1ab30b0f67dfa0457f9e946757d83cfb25106;p=xestiaab%2F.git diff --git a/source/common/dirs.h b/source/common/dirs.h index 0640c95..4731f68 100644 --- a/source/common/dirs.h +++ b/source/common/dirs.h @@ -16,15 +16,16 @@ // You should have received a copy of the GNU General Public License along // with Xestia Address Book. If not, see -#include - #ifndef DIRS_H #define DIRS_H +#include + wxString GetUserDir(); wxString GetUserPrefDir(); wxString GetRecoveryDB(); wxString GetAccountDir(wxString AccName, bool ServerCert); +std::string GetAccountDir(std::string AccName, bool ServerCert); wxString GetAccountsFile(); wxString GetSettingsFile();