diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2011-05-08 09:11:59 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2011-05-08 09:11:59 +0000 |
| commit | 689e6a5fa300a03cb5dc7e9e6d32a45414504043 (patch) | |
| tree | 66156b7445130d0f2286124ccd8bbde0ba209ba4 /sys/netinet/sctp_input.h | |
| parent | 9d644a4032265ea9aedcd8c29f1746c47d2cda43 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_input.h')
| -rw-r--r-- | sys/netinet/sctp_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index 95b4bd7ead2e..fe7bf77d9826 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -53,7 +53,7 @@ sctp_reset_in_stream(struct sctp_tcb *stcb, int number_entries, uint16_t * list); -int sctp_is_there_unsent_data(struct sctp_tcb *stcb); +int sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked); #endif #endif |
