diff options
| author | Gavin Andresen <[email protected]> | 2014-06-30 08:35:12 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-06-30 08:35:12 -0400 |
| commit | 8ceb28afc3799c765d1fce242d9c9472d5f4024c (patch) | |
| tree | 39e751cf37191b98e399380e2517873ac1bd62bf /src/main.h | |
| parent | Merge pull request #4420 from sipa/skiplist (diff) | |
| parent | Formatting, spelling, comment fixes. (diff) | |
| download | discoin-8ceb28afc3799c765d1fce242d9c9472d5f4024c.tar.xz discoin-8ceb28afc3799c765d1fce242d9c9472d5f4024c.zip | |
Merge pull request #3883 from dgenr8/first_double_spend
Relay and alert user to double spends
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 1af86b065..19f446900 100644 --- a/src/main.h +++ b/src/main.h @@ -108,6 +108,9 @@ struct CNodeStateStats; struct CBlockTemplate; +/** Set up internal signal handlers **/ +void RegisterInternalSignals(); + /** Register a wallet to receive updates from core */ void RegisterWallet(CWalletInterface* pwalletIn); /** Unregister a wallet from core */ |