aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorWitchspace <[email protected]>2010-12-22 14:08:00 +0100
committerWitchspace <[email protected]>2010-12-22 14:08:00 +0100
commit5f88e8887a31db68493334fc8e5652c5dd9cbf89 (patch)
treecc723c7d3424b54e06a7f50d96cd7af417e97d65 /util.h
parentEndModal fix for Mac from piotrp (diff)
downloaddiscoin-5f88e8887a31db68493334fc8e5652c5dd9cbf89.tar.xz
discoin-5f88e8887a31db68493334fc8e5652c5dd9cbf89.zip
add -nolisten command line option
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index f57e40106..c69bf1ce1 100644
--- a/util.h
+++ b/util.h
@@ -146,6 +146,7 @@ extern bool fDaemon;
extern bool fCommandLine;
extern string strMiscWarning;
extern bool fTestNet;
+extern bool fNoListen;
void RandAddSeed();
void RandAddSeedPerfmon();