diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2010-04-17 04:08:51 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2010-04-17 04:08:51 +0000 |
| commit | dc47896e05bfe1df160aa10c949fd6fe17e81215 (patch) | |
| tree | 9a2f1ef48e0ef9dc79d499178c68b1a265afb2f1 /sys/netinet/sctp_output.h | |
| parent | ce6856644be850007903c448336ec88a381a8963 (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 ce76febda068..bd40a0b1f099 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -111,7 +111,7 @@ void sctp_send_shutdown(struct sctp_tcb *, struct sctp_nets *); void sctp_send_shutdown_ack(struct sctp_tcb *, struct sctp_nets *); -void sctp_send_shutdown_complete(struct sctp_tcb *, struct sctp_nets *); +void sctp_send_shutdown_complete(struct sctp_tcb *, struct sctp_nets *, int); void sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *, |
