summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-16 04:33:53 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-16 04:33:53 +0000
commitec68257329262971a025c49942570f5e33babfba (patch)
tree7f0466f789e6718f4d7fd6a7fa56c3f23048a433 /src/udp.h
parentchanged name of udp structure (diff)
listening on multiple sockets now
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udp.h b/src/udp.h
index e74e2cd..5530d12 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -62,7 +62,6 @@ int udp_set_remote(udp_t* sock, const char* remote_addr, const char* port, resol
void udp_close(udp_t* sock);
char* udp_endpoint_to_string(udp_endpoint_t e);
-char* udp_get_local_end_string(udp_t* sock);
char* udp_get_remote_end_string(udp_t* sock);
int udp_read(udp_t* sock, u_int8_t* buf, u_int32_t len, udp_endpoint_t* remote_end);