X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.h;h=84f2712edc34ccda7c4b3d5745773ad1e1873a2a;hb=1ebe5b92ef18395cdae9b88fc38b0ed6166c3243;hp=8308ee648bcc0cfc372dfe651e1d116c5cdaa1ac;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca;p=novacoin.git diff --git a/src/init.h b/src/init.h index 8308ee6..84f2712 100644 --- a/src/init.h +++ b/src/init.h @@ -8,7 +8,7 @@ #include "wallet.h" extern CWallet* pwalletMain; - +extern std::string strWalletFileName; void StartShutdown(); void Shutdown(void* parg); bool AppInit2();