mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
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:
parent
14eb903ba3
commit
5722e13b87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user