Move windows socket init to utility function

This commit is contained in:
Wladimir J. van der Laan
2015-09-02 16:18:16 +02:00
parent 4be0b082b9
commit 26c9b83677
4 changed files with 21 additions and 9 deletions

View File

@@ -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);