From c655c06d295e78df0c4554d0a8a91b95431f668f Mon Sep 17 00:00:00 2001 From: Daisuke Murase Date: Fri, 29 Mar 2013 14:40:26 +0900 Subject: [PATCH] uv_udp_open --- src/UV.xs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/UV.xs b/src/UV.xs index fbcfd29..24a68f2 100644 --- a/src/UV.xs +++ b/src/UV.xs @@ -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: