Skip to content
Snippets Groups Projects
Commit 7b2c2d6b authored by Pavel Pisa's avatar Pavel Pisa Committed by Gregory Nutt
Browse files

include/nuttx/net/net.h: Add missing semicolon in prototype. Fixes error in...

include/nuttx/net/net.h:  Add missing semicolon in prototype.  Fixes error in certain combinations of configuration options.
parent a3364b5b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment