mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 04:54:38 +08: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…
x
Reference in New Issue
Block a user