Skip to content
Snippets Groups Projects
Commit 9a70a6d0 authored by Yang Tse's avatar Yang Tse
Browse files

Avoid shadowing a global declaration

parent ee19b44f
No related branches found
Tags curl-7_9_3
No related merge requests found
......@@ -158,17 +158,10 @@ typedef int ares_socket_t;
#define ares_socket_typedef
#endif /* ares_socket_typedef */
#ifdef WIN32
typedef void (*ares_sock_state_cb)(void *data,
SOCKET socket,
int readable,
int writable);
#else
typedef void (*ares_sock_state_cb)(void *data,
int socket,
ares_socket_t socket_fd,
int readable,
int writable);
#endif
struct apattern;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment