Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
add missing uv_tcp_close declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky committed Mar 30, 2012
1 parent ab8c3b8 commit 4360018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/win/internal.h
Expand Up @@ -150,6 +150,8 @@ int uv_tcp_import(uv_tcp_t* tcp, WSAPROTOCOL_INFOW* socket_protocol_info,
int uv_tcp_duplicate_socket(uv_tcp_t* handle, int pid,
LPWSAPROTOCOL_INFOW protocol_info);

void uv_tcp_close(uv_tcp_t* tcp);


/*
* UDP
Expand Down

0 comments on commit 4360018

Please sign in to comment.