Implement MHD_socket, MHD_INVALID_SOCKET

This commit is contained in:
Evgeny Grin (Karlson2k)
2014-02-18 18:37:48 +00:00
parent cc5f66001e
commit c311027f28
28 changed files with 161 additions and 116 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ testExternalGet (int flags)
fd_set rs;
fd_set ws;
fd_set es;
int max;
MHD_socket max;
int running;
struct CURLMsg *msg;
time_t start;