Minor fix for warning: pbuf_copy declaration is now mandatory (since it's used in icmp.c)

This commit is contained in:
fbernon 2007-06-04 09:54:58 +00:00
parent 3a607a197e
commit 9209a2ee33

View File

@ -110,9 +110,7 @@ u8_t pbuf_clen(struct pbuf *p);
void pbuf_cat(struct pbuf *h, struct pbuf *t);
void pbuf_chain(struct pbuf *h, struct pbuf *t);
struct pbuf *pbuf_dechain(struct pbuf *p);
#if ARP_QUEUEING
err_t pbuf_copy(struct pbuf *p_to, struct pbuf *p_from);
#endif
#ifdef __cplusplus
}