diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-09-02 16:18:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-09-03 10:59:19 +0200 |
| commit | 26c9b836778cbaf9b9ccb9b92e841d7bd6ea2fdc (patch) | |
| tree | 36f589364a3040c46914c1e038e6544bb48e4b7f /src/util.h | |
| parent | libevent: Windows reuseaddr workaround in depends (diff) | |
| download | discoin-26c9b836778cbaf9b9ccb9b92e841d7bd6ea2fdc.tar.xz discoin-26c9b836778cbaf9b9ccb9b92e841d7bd6ea2fdc.zip | |
Move windows socket init to utility function
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index afc9a378b..0b2dc01ac 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); |