Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/netinet/sctp_var.h 235828 2012-05-23 11:26:28Z tuexen $");
---
> __FBSDID("$FreeBSD: head/sys/netinet/sctp_var.h 241916 2012-10-22 21:49:56Z delphij $");
325,326c325,326
< void sctp_ctlinput __P((int, struct sockaddr *, void *));
< int sctp_ctloutput __P((struct socket *, struct sockopt *));
---
> void sctp_ctlinput(int, struct sockaddr *, void *);
> int sctp_ctloutput(struct socket *, struct sockopt *);
329c329
< void sctp_input_with_port __P((struct mbuf *, int, uint16_t));
---
> void sctp_input_with_port(struct mbuf *, int, uint16_t);
333c333
< void sctp_input __P((struct mbuf *, int));
---
> void sctp_input(struct mbuf *, int);
336,338c336,338
< void sctp_pathmtu_adjustment __P((struct sctp_tcb *, uint16_t));
< void sctp_drain __P((void));
< void sctp_init __P((void));
---
> void sctp_pathmtu_adjustment(struct sctp_tcb *, uint16_t);
> void sctp_drain(void);
> void sctp_init(void);
343c343
< int sctp_shutdown __P((struct socket *));
---
> int sctp_shutdown(struct socket *);
345c345
< __P((struct sctp_inpcb *, struct ip *ip, struct sctphdr *,
---
> (struct sctp_inpcb *, struct ip *ip, struct sctphdr *,
347c347
< struct sctp_nets *));
---
> struct sctp_nets *);