diff options
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.h b/src/init.h index 6159ededa5..8308ee648b 100644 --- a/src/init.h +++ b/src/init.h @@ -9,6 +9,7 @@ extern CWallet* pwalletMain; +void StartShutdown(); void Shutdown(void* parg); bool AppInit2(); std::string HelpMessage(); |