- remove compiler warning
git-svn-id: http://moon:8086/svn/mips@208 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -51,7 +51,7 @@ typedef struct _sIPV4
|
||||
#define IPV4_PRECENCE_ROUTINE 0x00 // 000 - Routine
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
uint16_t IPv4ChkSum(uint16_t *pBuf, uint16_t acc, uint16_t len);
|
||||
uint16_t IPv4ChkSum(void *pBuf, uint16_t acc, uint16_t len);
|
||||
uint8_t *IPV4_create(packet_t *pPacket, uint16_t proto, uint16_t len, uint8_t *inet_addr_src, uint8_t *inet_addr_dst);
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user