diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-02 16:18:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-03 10:59:19 +0200 |
commit | 26c9b836778cbaf9b9ccb9b92e841d7bd6ea2fdc (patch) | |
tree | 36f589364a3040c46914c1e038e6544bb48e4b7f /src/util.h | |
parent | 4be0b082b97062be4df20e9c45dafa577b05b07c (diff) |
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 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); |