Code style fix, C++ into C comments.

This commit is contained in:
christiaans 2006-02-13 08:09:01 +00:00
parent 6c8850698d
commit 39c35732de

View File

@ -39,7 +39,7 @@
#include "lwip/ip_addr.h"
u16_t inet_chksum(void *dataptr, u16_t len);
#if 0 // optimized routine
#if 0 /* optimized routine */
u16_t inet_chksum4(u8_t *dataptr, u16_t len);
#endif
u16_t inet_chksum_pbuf(struct pbuf *p);