delta param
Fork of lwip by
Diff: api/sockets.c
- Revision:
- 22:8ed1aa2e4f08
- Parent:
- 0:51ac1d130fd4
--- a/api/sockets.c Tue Sep 16 20:59:56 2014 +0000 +++ b/api/sockets.c Thu Oct 02 12:37:52 2014 +0000 @@ -308,9 +308,7 @@ * Exceptions are documented! */ -int -lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen) -{ +int lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen){ struct lwip_sock *sock, *nsock; struct netconn *newconn; ip_addr_t naddr;