wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
22:8ed1aa2e4f08
Parent:
0:51ac1d130fd4
diff -r 568185eacced -r 8ed1aa2e4f08 api/sockets.c
--- 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;