* 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

@@ -27,6 +27,12 @@ HISTORY
++ New features:
2007-02-26 Jonathan Larmour (based on patch from Simon Goldschmidt)
* sockets.h, sockets.c: Move socket initialization to new
lwip_socket_init() function.
NOTE: this changes the API with ports. Ports will have to be
updated to call lwip_socket_init() now.
2007-02-26 Jonathan Larmour (based on patch from Simon Goldschmidt)
* api_lib.c: Use memcpy in netbuf_copy_partial.