aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorWitchspace <witchspace81@gmail.com>2010-12-22 14:08:00 +0100
committerWitchspace <witchspace81@gmail.com>2010-12-22 14:08:00 +0100
commit5f88e8887a31db68493334fc8e5652c5dd9cbf89 (patch)
treecc723c7d3424b54e06a7f50d96cd7af417e97d65 /util.h
parent2d96276e243c93add0b0d292ae9f05a54508b6e7 (diff)
downloadbitcoin-5f88e8887a31db68493334fc8e5652c5dd9cbf89.tar.xz
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 f57e401067..c69bf1ce17 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();