mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 08:33:39 +08:00
* sockets.h, sockets.c: Move socket initialization to new
lwip_socket_init() function.
This commit is contained in:
@@ -222,6 +222,7 @@ struct linger {
|
||||
|
||||
#endif
|
||||
|
||||
void lwip_socket_init(void);
|
||||
int lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
|
||||
int lwip_bind(int s, struct sockaddr *name, socklen_t namelen);
|
||||
int lwip_shutdown(int s, int how);
|
||||
|
||||
Reference in New Issue
Block a user