X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Finit.h;h=4826ab167c70020f3e43527513ac4fcca69e453c;hp=61b2728576a44cd9c9bae6ea9711127f561018e4;hb=e10622d1297e638109bbf58c35ad008f7acbae7c;hpb=ba4081c1fcaddf361abd61b2721994eff5475bb3 diff --git a/src/init.h b/src/init.h index 61b2728..4826ab1 100644 --- a/src/init.h +++ b/src/init.h @@ -1,9 +1,14 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto +// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_INIT_H #define BITCOIN_INIT_H +#include "wallet.h" + +extern CWallet* pwalletMain; + void Shutdown(void* parg); bool AppInit(int argc, char* argv[]); bool AppInit2(int argc, char* argv[]);