diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-19 09:35:26 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-20 10:44:50 +0200 |
| commit | 239c11d0dd4287e74286c40fb338aea85f4b1996 (patch) | |
| tree | 4ad01e70d94768977f25a0129255ec3c84635f2e /src/init.h | |
| parent | Process address book updates incrementally (diff) | |
| download | discoin-239c11d0dd4287e74286c40fb338aea85f4b1996.tar.xz discoin-239c11d0dd4287e74286c40fb338aea85f4b1996.zip | |
Make testcases build, prevent windows symbol collision
Diffstat (limited to 'src/init.h')
| -rw-r--r-- | src/init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.h b/src/init.h index 9a8f98cce..970527c7c 100644 --- a/src/init.h +++ b/src/init.h @@ -10,7 +10,6 @@ extern CWallet* pwalletMain; void Shutdown(void* parg); -bool AppInit(int argc, char* argv[]); bool AppInit2(); std::string HelpMessage(); |