mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-12 04:13:55 +00:00
Fix documentation in sockets.c
This commit is contained in:
parent
08931b33c1
commit
9ab2eefc37
@ -399,7 +399,7 @@ tryget_socket_unconn(int fd)
|
||||
/**
|
||||
* Same as get_socket but doesn't set errno
|
||||
*
|
||||
* @param s externally used socket index
|
||||
* @param fd externally used socket index
|
||||
* @return struct lwip_sock for the socket or NULL if not found
|
||||
*/
|
||||
static struct lwip_sock *
|
||||
@ -418,7 +418,7 @@ tryget_socket(int fd)
|
||||
/**
|
||||
* Map a externally used socket index to the internal socket representation.
|
||||
*
|
||||
* @param s externally used socket index
|
||||
* @param fd externally used socket index
|
||||
* @return struct lwip_sock for the socket or NULL if not found
|
||||
*/
|
||||
static struct lwip_sock *
|
||||
|
Loading…
x
Reference in New Issue
Block a user