summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/sctputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/sctputil.h')
-rw-r--r--freebsd/sys/netinet/sctputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/netinet/sctputil.h b/freebsd/sys/netinet/sctputil.h
index 690e6125..c67c021f 100644
--- a/freebsd/sys/netinet/sctputil.h
+++ b/freebsd/sys/netinet/sctputil.h
@@ -133,7 +133,7 @@ uint32_t sctp_get_next_mtu(uint32_t);
void
sctp_timeout_handler(void *);
-uint32_t
+int
sctp_calculate_rto(struct sctp_tcb *, struct sctp_association *,
struct sctp_nets *, struct timeval *, int);