Skip to content

Commit

Permalink
uv_udp_open
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Mar 29, 2013
1 parent 8595f04 commit c655c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/UV.xs
Expand Up @@ -1232,6 +1232,9 @@ CODE:
XSRETURN(1);
}

int
uv_udp_open(uv_udp_t* udp, int sock)

int
uv_udp_bind(uv_udp_t* udp, const char* ip, int port, int flags = 0)
CODE:
Expand Down

0 comments on commit c655c06

Please sign in to comment.