From f32ba56f0e81554647c34935862928351df4f7ea Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Feb 2014 21:02:43 +0000 Subject: removed useless remote_end_to_string added rail version vor udp_write --- src/udp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/udp.h') 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); -- cgit v1.2.3