summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_input.h')
-rw-r--r--sys/netinet/sctp_input.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h
index 582dcce..3de05fe 100644
--- a/sys/netinet/sctp_input.h
+++ b/sys/netinet/sctp_input.h
@@ -40,8 +40,7 @@ __FBSDID("$FreeBSD$");
void
sctp_common_input_processing(struct mbuf **, int, int, int,
struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *,
- struct sctp_tcb *, struct sctp_nets *, uint8_t, uint32_t, uint32_t);
-
+ struct sctp_tcb *, struct sctp_nets *, uint8_t, uint32_t);
struct sctp_stream_reset_out_request *
sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq,
@@ -51,6 +50,5 @@ void
sctp_reset_in_stream(struct sctp_tcb *stcb, int number_entries,
uint16_t * list);
-
#endif
#endif
OpenPOWER on IntegriCloud