diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2007-09-15 19:07:42 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2007-09-15 19:07:42 +0000 |
| commit | 3232788ef2970b94aa542aad725a79c3b36b9aa7 (patch) | |
| tree | 92cddda5be32744477c77e22e3d345f35d80c1cf /sys/netinet/sctp_output.h | |
| parent | 6bce07ae73d2f77cfc9b133727a30ddb5642b033 (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 bd3526946f13..512522ffed12 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -112,7 +112,7 @@ void sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *, uint32_t); -void sctp_send_asconf(struct sctp_tcb *, struct sctp_nets *); +void sctp_send_asconf(struct sctp_tcb *, struct sctp_nets *, int addr_locked); void sctp_send_asconf_ack(struct sctp_tcb *); |
