summaryrefslogtreecommitdiff
path: root/src/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.c')
-rw-r--r--src/udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/udp.c b/src/udp.c
index af254de..d59902a 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -173,6 +173,8 @@ void closeUdpSocket(sock_udp_t *p)
destroySockUdp(p);
}
+#if 0
+
static int myWait(sock_udp_t *p)
{
fd_set readfds;
@@ -201,7 +203,6 @@ static int myWait(sock_udp_t *p)
return 0;
}
-#if 0
int test_udp_main(int argc, char *argv[])
{
sock_udp_t *sock;