Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/netinet/sctp_asconf.h 172091 2007-09-08 17:48:46Z rrs $");
---
> __FBSDID("$FreeBSD: head/sys/netinet/sctp_asconf.h 172190 2007-09-15 19:07:42Z rrs $");
46c46
< extern struct mbuf *sctp_compose_asconf(struct sctp_tcb *, int *);
---
> extern struct mbuf *sctp_compose_asconf(struct sctp_tcb *, int *, int);
53,54c53,54
< sctp_handle_asconf_ack(struct mbuf *, int,
< struct sctp_asconf_ack_chunk *, struct sctp_tcb *, struct sctp_nets *);
---
> sctp_handle_asconf_ack(struct mbuf *, int, struct sctp_asconf_ack_chunk *,
> struct sctp_tcb *, struct sctp_nets *, int *);