diff --git a/src/include/lwip/api.h b/src/include/lwip/api.h index 9b01cad1..1d0e7dc2 100644 --- a/src/include/lwip/api.h +++ b/src/include/lwip/api.h @@ -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);