diff options
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 *); |
