Match definition with prototype for bufferevent_socket_set_conn_address_fd_()

Fixes: #772
Fixes: b29207dc ("Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)")
This commit is contained in:
Azat Khuzhin 2019-02-24 17:34:20 +03:00
parent 14eb903ba3
commit 5722e13b87
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -446,7 +446,7 @@ bufferevent_socket_get_conn_address_(struct bufferevent *bev);
EVENT2_EXPORT_SYMBOL
void
bufferevent_socket_set_conn_address_fd_(struct bufferevent *bev, int fd);
bufferevent_socket_set_conn_address_fd_(struct bufferevent *bev, evutil_socket_t fd);
EVENT2_EXPORT_SYMBOL
void