include/nuttx/net/net.h: Add missing semicolon in prototype. Fixes error in certain combinations of configuration options.
This commit is contained in:
parent
a3364b5bd9
commit
7b2c2d6bec
@ -137,7 +137,7 @@ struct sock_intf_s
|
||||
#ifdef CONFIG_NET_SENDFILE
|
||||
CODE ssize_t (*si_sendfile)(FAR struct socket *psock,
|
||||
FAR struct file *infile, FAR off_t *offset,
|
||||
size_t count)
|
||||
size_t count);
|
||||
#endif
|
||||
CODE ssize_t (*si_recvfrom)(FAR struct socket *psock, FAR void *buf,
|
||||
size_t len, int flags, FAR struct sockaddr *from,
|
||||
|
Loading…
Reference in New Issue
Block a user