summaryrefslogtreecommitdiff
path: root/src/include/w32functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/w32functions.h')
-rw-r--r--src/include/w32functions.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/w32functions.h b/src/include/w32functions.h
index f8445f30..0694a381 100644
--- a/src/include/w32functions.h
+++ b/src/include/w32functions.h
@@ -40,13 +40,6 @@ extern "C"
#endif
/**
- * Create pair of mutually connected TCP/IP sockets on loopback address
- * @param sockets_pair array to receive resulted sockets
- * @return zero on success, -1 otherwise
- */
-int MHD_W32_pair_of_sockets_(SOCKET sockets_pair[2]);
-
-/**
* Generate 31-bit pseudo random number.
* Function initialize itself at first call to current time.
* @return 31-bit pseudo random number.