summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-02-13 21:02:43 +0000
committerChristian Pointner <equinox@anytun.org>2014-02-13 21:02:43 +0000
commitf32ba56f0e81554647c34935862928351df4f7ea (patch)
tree46c741933d91ac185e89418b11763a0452429dad /src/udp.h
parentsmall refactoring (diff)
removed useless remote_end_to_string
added rail version vor udp_write
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 8f54ed4..5b74c2d 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -70,7 +70,6 @@ void udp_update_remote(udp_t* sock, int fd, udp_endpoint_t* remote);
void udp_close(udp_t* sock);
char* udp_endpoint_to_string(udp_endpoint_t* e);
-char* udp_get_remote_end_string(udp_t* sock);
int udp_read(udp_t* sock, int fd, u_int8_t* buf, u_int32_t len, udp_endpoint_t* remote_end);
int udp_write(udp_t* sock, u_int8_t* buf, u_int32_t len);