From 8bd53b5be8769891e53f0b4c06ce26ac183ead0b Mon Sep 17 00:00:00 2001 From: kieranm Date: Thu, 5 Dec 2002 09:40:19 +0000 Subject: [PATCH] Added netbuf_copy_partial declaration --- src/include/lwip/api.h | 2 ++ 1 file changed, 2 insertions(+) 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);