diff options
author | Witchspace <witchspace81@gmail.com> | 2010-12-22 14:08:00 +0100 |
---|---|---|
committer | Witchspace <witchspace81@gmail.com> | 2010-12-22 14:08:00 +0100 |
commit | 5f88e8887a31db68493334fc8e5652c5dd9cbf89 (patch) | |
tree | cc723c7d3424b54e06a7f50d96cd7af417e97d65 /util.h | |
parent | 2d96276e243c93add0b0d292ae9f05a54508b6e7 (diff) |
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(); |