diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2011-06-18 17:36:25 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2011-06-18 17:36:25 -0700 |
commit | a6b211596323a8f2de20f8ab97e38969bece30fb (patch) | |
tree | ab08fe8b2a13873284dce843fb39ee3b8ccdeaf1 /src/init.h | |
parent | eeac8727bc0a951631bdd301ea3344c88fbb0859 (diff) | |
parent | 64c7ee7e6b9c059d99aaa493c74a6703c6b0fc80 (diff) |
Merge pull request #288 from sipa/walletclass
CWallet class
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.h b/src/init.h index 61b2728576..a02260c293 100644 --- a/src/init.h +++ b/src/init.h @@ -4,6 +4,8 @@ #ifndef BITCOIN_INIT_H #define BITCOIN_INIT_H +extern CWallet* pwalletMain; + void Shutdown(void* parg); bool AppInit(int argc, char* argv[]); bool AppInit2(int argc, char* argv[]); |