summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet6/sctp6_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet6/sctp6_var.h')
-rw-r--r--freebsd/sys/netinet6/sctp6_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/netinet6/sctp6_var.h b/freebsd/sys/netinet6/sctp6_var.h
index 232fee15..a24ceba7 100644
--- a/freebsd/sys/netinet6/sctp6_var.h
+++ b/freebsd/sys/netinet6/sctp6_var.h
@@ -49,6 +49,6 @@ sctp6_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
void sctp6_ctlinput(int, struct sockaddr *, void *);
void
sctp6_notify(struct sctp_inpcb *, struct sctp_tcb *, struct sctp_nets *,
- uint8_t, uint8_t, uint16_t);
+ uint8_t, uint8_t, uint32_t);
#endif
#endif