summaryrefslogtreecommitdiff
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-10-23 13:39:36 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-10-23 13:39:36 +0000
commit603c82f9a29663f53402ba36bbb39bf9594a1c04 (patch)
treec1d104c1612b144e60f37136018c9ef653ee5ddb /sys/netinet/in.h
parent4d0d2e1d77930a865ffb5e1c1a49c41673151899 (diff)
No need to expose twice in_socktrim(), it is only used in one file.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 2e157ffe675..0598ed96fc6 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.98 2013/10/21 12:43:17 deraadt Exp $ */
+/* $OpenBSD: in.h,v 1.99 2013/10/23 13:39:35 mpi Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -832,7 +832,6 @@ int in_cksum(struct mbuf *, int);
int in4_cksum(struct mbuf *, u_int8_t, int, int);
void in_delayed_cksum(struct mbuf *);
int in_localaddr(struct in_addr, u_int);
-void in_socktrim(struct sockaddr_in *);
char *inet_ntoa(struct in_addr);
void in_proto_cksum_out(struct mbuf *, struct ifnet *);
void in_ifdetach(struct ifnet *);