aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-09-02 16:18:16 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-09-03 10:59:19 +0200
commit26c9b836778cbaf9b9ccb9b92e841d7bd6ea2fdc (patch)
tree36f589364a3040c46914c1e038e6544bb48e4b7f /src/util.h
parent4be0b082b97062be4df20e9c45dafa577b05b07c (diff)
downloadbitcoin-26c9b836778cbaf9b9ccb9b92e841d7bd6ea2fdc.tar.xz
Move windows socket init to utility function
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index afc9a378bb..0b2dc01ac6 100644
--- a/src/util.h
+++ b/src/util.h
@@ -59,6 +59,7 @@ inline std::string _(const char* psz)
}
void SetupEnvironment();
+bool SetupNetworking();
/** Return true if log accepts specified category */
bool LogAcceptCategory(const char* category);