summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ipcomp.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-09-07 07:19:12 +0000
committerjulian <julian@FreeBSD.org>2001-09-07 07:19:12 +0000
commit3cc9960fd1b52e850d61e0fdab1cf2cb1a9f3735 (patch)
treed013f55450d9cf7688fbd35f24d13797e19ae112 /sys/netinet6/ipcomp.h
parentf307b418db18dcf0791a53a9429ff162625fbd9c (diff)
downloadFreeBSD-src-3cc9960fd1b52e850d61e0fdab1cf2cb1a9f3735.zip
FreeBSD-src-3cc9960fd1b52e850d61e0fdab1cf2cb1a9f3735.tar.gz
Patches from KAME to remove usage of Varargs in existing
IPV4 code. For now they will still have some in the developing stuff (IPv6) Submitted by: Keiichi SHIMA / <keiichi@iij.ad.jp> Obtained from: KAME
Diffstat (limited to 'sys/netinet6/ipcomp.h')
-rw-r--r--sys/netinet6/ipcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ipcomp.h b/sys/netinet6/ipcomp.h
index 08d62da..4c69d58 100644
--- a/sys/netinet6/ipcomp.h
+++ b/sys/netinet6/ipcomp.h
@@ -64,7 +64,7 @@ struct ipcomp_algorithm {
struct ipsecrequest;
extern const struct ipcomp_algorithm *ipcomp_algorithm_lookup __P((int));
-extern void ipcomp4_input __P((struct mbuf *, ...));
+extern void ipcomp4_input __P((struct mbuf *, int));
extern int ipcomp4_output __P((struct mbuf *, struct ipsecrequest *));
#endif /*KERNEL*/
OpenPOWER on IntegriCloud