1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

examples/multi-uv.c: fix deprecated symbol

Closes #1557
This commit is contained in:
Ryuichi KAWAMATA 2017-06-08 23:17:59 +09:00 committed by Daniel Stenberg
parent 6c59074528
commit bc164de7b3

View File

@ -148,7 +148,7 @@ static void curl_perform(uv_poll_t *req, int status, int events)
check_multi_info();
}
static void on_timeout(uv_timer_t *req, int status)
static void on_timeout(uv_timer_t *req)
{
int running_handles;
curl_multi_socket_action(curl_handle, CURL_SOCKET_TIMEOUT, 0,