windows: Add utils_init/deinit functions to initialize Winsock2
This commit is contained in:
@@ -82,6 +82,16 @@
|
||||
#include "enum.h"
|
||||
#include "utils/strerror.h"
|
||||
|
||||
/**
|
||||
* Initialize utility functions
|
||||
*/
|
||||
void utils_init();
|
||||
|
||||
/**
|
||||
* Deinitialize utility functions
|
||||
*/
|
||||
void utils_deinit();
|
||||
|
||||
/**
|
||||
* Helper function that compares two strings for equality
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user