summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/sctp_input.h')
-rw-r--r--freebsd/sys/netinet/sctp_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/netinet/sctp_input.h b/freebsd/sys/netinet/sctp_input.h
index 148864b6..25df0f3b 100644
--- a/freebsd/sys/netinet/sctp_input.h
+++ b/freebsd/sys/netinet/sctp_input.h
@@ -54,7 +54,7 @@ sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq,
void
sctp_reset_in_stream(struct sctp_tcb *stcb, uint32_t number_entries,
- uint16_t * list);
+ uint16_t *list);
int sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked);