mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
Added check of account directory (check for missing subdirectories) in RsInit::InitRetroShare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8362 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
00921b969e
commit
70d37d0306
3 changed files with 20 additions and 2 deletions
|
@ -71,6 +71,7 @@ class RsAccountsDetail
|
|||
bool loadAccounts();
|
||||
bool lockPreferredAccount();
|
||||
void unlockPreferredAccount();
|
||||
bool checkAccountDirectory();
|
||||
|
||||
// Paths.
|
||||
static std::string PathDataDirectory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue