Removed unused function declaration for netbuf_len (is a macro now)

This commit is contained in:
goldsimon 2010-01-21 17:18:15 +00:00
parent 7044385d8e
commit 60696a8485

View File

@ -60,7 +60,6 @@ err_t netbuf_ref (struct netbuf *buf,
void netbuf_chain (struct netbuf *head, void netbuf_chain (struct netbuf *head,
struct netbuf *tail); struct netbuf *tail);
u16_t netbuf_len (struct netbuf *buf);
err_t netbuf_data (struct netbuf *buf, err_t netbuf_data (struct netbuf *buf,
void **dataptr, u16_t *len); void **dataptr, u16_t *len);
s8_t netbuf_next (struct netbuf *buf); s8_t netbuf_next (struct netbuf *buf);