Skip to content

Commit

Permalink
Fix docs/examples/multi-uv.c deprecated symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
rkmathi committed Jun 8, 2017
1 parent 6c59074 commit 520492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/multi-uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 520492c

Please sign in to comment.