diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2007-05-08 14:32:53 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2007-05-08 14:32:53 +0000 |
| commit | 6e55db54458b5f18274fc3be99b7beee99cab839 (patch) | |
| tree | 118f90542ed683b5fc2b1e91576d2fc62788dfd2 /sys/netinet/sctp_input.h | |
| parent | 4b1ff978dffe3f95853bcf2ddecd2fe7222cae85 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_input.h')
| -rw-r--r-- | sys/netinet/sctp_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index 047cab4802395..192e3b183014e 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); #define __sctp_input_h__ #if defined(_KERNEL) -int +void sctp_common_input_processing(struct mbuf **, int, int, int, struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *, struct sctp_tcb *, struct sctp_nets *, uint8_t, uint32_t, uint32_t); |
