diff options
Diffstat (limited to 'sys/netinet/sctp_asconf.h')
-rw-r--r-- | sys/netinet/sctp_asconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_asconf.h b/sys/netinet/sctp_asconf.h index 11d8bb2..d47aa96 100644 --- a/sys/netinet/sctp_asconf.h +++ b/sys/netinet/sctp_asconf.h @@ -55,7 +55,7 @@ sctp_handle_asconf_ack(struct mbuf *, int, extern uint32_t sctp_addr_mgmt_ep_sa(struct sctp_inpcb *, struct sockaddr *, - uint32_t, uint32_t); + uint32_t, uint32_t, struct sctp_ifa *); int sctp_iterator_ep(struct sctp_inpcb *inp, void *ptr, uint32_t val); |