diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 0fef00f5d3ce..64158aa1bb5f 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1068,7 +1068,7 @@ void sctp_outq_init(struct sctp_association *, struct sctp_outq *); | |||
1068 | void sctp_outq_teardown(struct sctp_outq *); | 1068 | void sctp_outq_teardown(struct sctp_outq *); |
1069 | void sctp_outq_free(struct sctp_outq*); | 1069 | void sctp_outq_free(struct sctp_outq*); |
1070 | int sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk); | 1070 | int sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk); |
1071 | int sctp_outq_sack(struct sctp_outq *, struct sctp_sackhdr *); | 1071 | int sctp_outq_sack(struct sctp_outq *, struct sctp_chunk *); |
1072 | int sctp_outq_is_empty(const struct sctp_outq *); | 1072 | int sctp_outq_is_empty(const struct sctp_outq *); |
1073 | void sctp_outq_restart(struct sctp_outq *); | 1073 | void sctp_outq_restart(struct sctp_outq *); |
1074 | 1074 | ||