From a918abc036044c265f310a08677c4cfc67fb8227 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 2 May 2005 12:07:47 +0000 Subject: Split TCP code out into proto/tcp.c --- src/include/ip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/ip.h') diff --git a/src/include/ip.h b/src/include/ip.h index 85c299ba..5c9b7271 100644 --- a/src/include/ip.h +++ b/src/include/ip.h @@ -18,4 +18,6 @@ struct iphdr { struct in_addr dest; } PACKED; +extern uint16_t tcpudpchksum(struct iphdr *ip); + #endif /* _IP_H */ -- cgit v1.2.3-55-g7522