aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_var.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2018-07-19 19:33:42 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2018-07-19 19:33:42 +0000
commit7679e49dd436fb975c3c0e4815cdbcb52c024c7c (patch)
tree72a9c0ff94c6b0a1f8d2339186fc594ab00cf5f9 /sys/netinet6/sctp6_var.h
parente2b89ca9cb5f126f082d29ea5b50890250a0e5fd (diff)
downloadsrc-7679e49dd436fb975c3c0e4815cdbcb52c024c7c.tar.gz
src-7679e49dd436fb975c3c0e4815cdbcb52c024c7c.zip
Whitespace changes due to change if ident.
Notes
Notes: svn path=/head/; revision=336503
Diffstat (limited to 'sys/netinet6/sctp6_var.h')
-rw-r--r--sys/netinet6/sctp6_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h
index e3c4359a1480..4ad0ca2811c1 100644
--- a/sys/netinet6/sctp6_var.h
+++ b/sys/netinet6/sctp6_var.h
@@ -45,11 +45,11 @@ extern struct pr_usrreqs sctp6_usrreqs;
int sctp6_input(struct mbuf **, int *, int);
int sctp6_input_with_port(struct mbuf **, int *, uint16_t);
-int
+int
sctp6_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
struct mbuf *, struct proc *);
void sctp6_ctlinput(int, struct sockaddr *, void *);
-void
+void
sctp6_notify(struct sctp_inpcb *, struct sctp_tcb *, struct sctp_nets *,
uint8_t, uint8_t, uint32_t);
#endif