mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Removed unused function declaration for netbuf_len (is a macro now)
This commit is contained in:
parent
7044385d8e
commit
60696a8485
@ -60,7 +60,6 @@ err_t netbuf_ref (struct netbuf *buf,
|
||||
void netbuf_chain (struct netbuf *head,
|
||||
struct netbuf *tail);
|
||||
|
||||
u16_t netbuf_len (struct netbuf *buf);
|
||||
err_t netbuf_data (struct netbuf *buf,
|
||||
void **dataptr, u16_t *len);
|
||||
s8_t netbuf_next (struct netbuf *buf);
|
||||
|
Loading…
Reference in New Issue
Block a user