diff options
| author | Witchspace <[email protected]> | 2010-12-22 14:08:00 +0100 |
|---|---|---|
| committer | Witchspace <[email protected]> | 2010-12-22 14:08:00 +0100 |
| commit | 5f88e8887a31db68493334fc8e5652c5dd9cbf89 (patch) | |
| tree | cc723c7d3424b54e06a7f50d96cd7af417e97d65 /util.h | |
| parent | EndModal fix for Mac from piotrp (diff) | |
| download | discoin-5f88e8887a31db68493334fc8e5652c5dd9cbf89.tar.xz discoin-5f88e8887a31db68493334fc8e5652c5dd9cbf89.zip | |
add -nolisten command line option
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ extern bool fDaemon; extern bool fCommandLine; extern string strMiscWarning; extern bool fTestNet; +extern bool fNoListen; void RandAddSeed(); void RandAddSeedPerfmon(); |