diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-09-07 07:19:12 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-09-07 07:19:12 +0000 |
| commit | ff265614c166724356a66c341ff3bb9c4ee3c260 (patch) | |
| tree | d013f55450d9cf7688fbd35f24d13797e19ae112 /sys/netinet6/ipcomp.h | |
| parent | f97e0a071943145b1545078f207b0aa628c402eb (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/ipcomp.h')
| -rw-r--r-- | sys/netinet6/ipcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ipcomp.h b/sys/netinet6/ipcomp.h index 08d62da2b7b4..4c69d584a9d4 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*/ |
