diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2011-05-14 18:22:14 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2011-05-14 18:22:14 +0000 |
| commit | 96f4bcfff2bcb90040a677bcbf910d7f72f94857 (patch) | |
| tree | f49d3de04b2c7f3ce91a6ce769af11fc9207e8fd /sys/netinet/sctp_output.h | |
| parent | e7127137515ccb8d666a34aef16f401be8e887bc (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.h')
| -rw-r--r-- | sys/netinet/sctp_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index 835a377f3e8a7..5cbadf34909d8 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); struct mbuf * sctp_add_addresses_to_i_ia(struct sctp_inpcb *inp, + struct sctp_tcb *stcb, struct sctp_scoping *scope, struct mbuf *m_at, int cnt_inits_to); |
