Added netbuf_copy_partial declaration

This commit is contained in:
kieranm 2002-12-05 09:40:19 +00:00
parent 96610c9c20
commit 8bd53b5be8

View File

@ -101,6 +101,8 @@ void netbuf_first (struct netbuf *buf);
void netbuf_copy (struct netbuf *buf,
void *dataptr, u16_t len);
void netbuf_copy_partial(struct netbuf *buf, void *dataptr,
u16_t len, u16_t offset);
struct ip_addr * netbuf_fromaddr (struct netbuf *buf);
u16_t netbuf_fromport (struct netbuf *buf);