* sockets.h, sockets.c: Move socket initialization to new

lwip_socket_init() function.
This commit is contained in:
jifl
2007-02-26 20:01:04 +00:00
parent de665f7cf9
commit 1d22294974
3 changed files with 14 additions and 10 deletions

View File

@@ -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);