diff options
Diffstat (limited to 'sys/netinet/sctp_input.h')
-rw-r--r-- | sys/netinet/sctp_input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index 3de05fe..01a67c6 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -50,5 +50,8 @@ void sctp_reset_in_stream(struct sctp_tcb *stcb, int number_entries, uint16_t * list); + +int sctp_is_there_unsent_data(struct sctp_tcb *stcb); + #endif #endif |