]> granicus.if.org Git - libevent/commitdiff
Match definition with prototype for bufferevent_socket_set_conn_address_fd_()
authorAzat Khuzhin <azat@libevent.org>
Sun, 24 Feb 2019 14:34:20 +0000 (17:34 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 24 Feb 2019 16:54:33 +0000 (19:54 +0300)
Fixes: #772
Fixes: b29207dc ("Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)")
bufferevent-internal.h

index c3f6b60baeccfcb56460075892730568a5396ad0..87ab9ad9c0f731b49e37c05c28b705fcaf73c76a 100644 (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