diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2007-10-01 03:22:29 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2007-10-01 03:22:29 +0000 |
| commit | d55b0b1b096c24d4b89eeecc87666268e097cfe4 (patch) | |
| tree | df107823c116a7a5ad3ea835f97e50936a6b26ee /sys/netinet/sctp_output.h | |
| parent | 55aaf894e8a76fe780757ef6d9d1119c367946cf (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.h')
| -rw-r--r-- | sys/netinet/sctp_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index 512522ffed12..d37c163dd6a4 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -84,7 +84,7 @@ sctp_send_initiate(struct sctp_inpcb *, struct sctp_tcb *, int void sctp_send_initiate_ack(struct sctp_inpcb *, struct sctp_tcb *, struct mbuf *, int, int, struct sctphdr *, struct sctp_init_chunk *, - uint32_t); + uint32_t, int); struct mbuf * sctp_arethere_unrecognized_parameters(struct mbuf *, int, int *, |
