lws_socket_bind: use lws_sockfd_type
This commit is contained in:
parent
2926553c41
commit
53bed78950
2 changed files with 2 additions and 2 deletions
|
@ -1473,7 +1473,7 @@ lws_extension_callback_pm_deflate(struct lws_context *context,
|
|||
#endif
|
||||
|
||||
LWS_EXTERN int
|
||||
lws_socket_bind(struct lws_vhost *vhost, int sockfd, int port,
|
||||
lws_socket_bind(struct lws_vhost *vhost, lws_sockfd_type sockfd, int port,
|
||||
const char *iface)
|
||||
{
|
||||
#if LWS_POSIX
|
||||
|
|
|
@ -1466,7 +1466,7 @@ struct lws {
|
|||
LWS_EXTERN int log_level;
|
||||
|
||||
LWS_EXTERN int
|
||||
lws_socket_bind(struct lws_vhost *vhost, int sockfd, int port,
|
||||
lws_socket_bind(struct lws_vhost *vhost, lws_sockfd_type sockfd, int port,
|
||||
const char *iface);
|
||||
|
||||
LWS_EXTERN void
|
||||
|
|
Loading…
Add table
Reference in a new issue