summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-23 06:37:32 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-23 06:37:32 +0000
commit63a827a47d0a1e8b80ee88ccad2e6e41bac1314d (patch)
tree243edb5a104f85a518463401db0c690d90faad5b
parentd8a45ae2c7c8f1f68886dbf729114487648910d7 (diff)
Prototype for in4_cksum()
-rw-r--r--sys/netinet/in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 5aa94debe43..e60204f7dc1 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.47 2001/06/12 10:57:22 angelos Exp $ */
+/* $OpenBSD: in.h,v 1.48 2001/06/23 06:37:31 angelos Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -504,6 +504,7 @@ __END_DECLS
int in_broadcast __P((struct in_addr, struct ifnet *));
int in_canforward __P((struct in_addr));
int in_cksum __P((struct mbuf *, int));
+int in4_cksum __P((strct mbuf *, u_int8_t, int, int));
int in_localaddr __P((struct in_addr));
void in_socktrim __P((struct sockaddr_in *));
char *inet_ntoa __P((struct in_addr));