From c311027f28797ef8dc692baa84a898bda033c410 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 18 Feb 2014 18:37:48 +0000 Subject: Implement MHD_socket, MHD_INVALID_SOCKET --- src/testcurl/https/test_https_get_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testcurl/https/test_https_get_select.c') diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c index ad3142d6..1631c2a7 100644 --- a/src/testcurl/https/test_https_get_select.c +++ b/src/testcurl/https/test_https_get_select.c @@ -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; -- cgit v1.2.3