summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-26 03:43:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-26 03:43:28 +0000
commitdc2a1750871f89ef4371595a801ba6de826e95b2 (patch)
tree4365fbe054b16cd1d5aa5d03ddc7bddcc4aba8ce /cpukit/libnetworking/netinet
parent2007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dc2a1750871f89ef4371595a801ba6de826e95b2.tar.bz2
2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/tcp_var.h: Eliminate __P().
Diffstat (limited to 'cpukit/libnetworking/netinet')
-rw-r--r--cpukit/libnetworking/netinet/tcp_var.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/libnetworking/netinet/tcp_var.h b/cpukit/libnetworking/netinet/tcp_var.h
index 4d5d9e6eaf..cd1bf2c9b2 100644
--- a/cpukit/libnetworking/netinet/tcp_var.h
+++ b/cpukit/libnetworking/netinet/tcp_var.h
@@ -381,21 +381,21 @@ extern struct tcpstat tcpstat; /* tcp statistics */
extern int tcp_mssdflt; /* XXX */
extern u_long tcp_now; /* for RFC 1323 timestamps */
-void tcp_canceltimers __P((struct tcpcb *));
+void tcp_canceltimers(struct tcpcb *);
struct tcpcb *
tcp_close(struct tcpcb *);
void tcp_ctlinput(int, struct sockaddr *, void *);
-int tcp_ctloutput __P((int, struct socket *, int, int, struct mbuf **));
+int tcp_ctloutput(int, struct socket *, int, int, struct mbuf **);
struct tcpcb *
tcp_drop(struct tcpcb *, int);
void tcp_drain(void);
void tcp_fasttimo(void);
struct rmxp_tao *
- tcp_gettaocache __P((struct inpcb *));
+ tcp_gettaocache(struct inpcb *);
void tcp_init(void);
void tcp_input(struct mbuf *, int);
void tcp_mss(struct tcpcb *, int);
-int tcp_mssopt __P((struct tcpcb *));
+int tcp_mssopt(struct tcpcb *);
void tcp_mtudisc(struct inpcb *, int);
struct tcpcb *
tcp_newtcpcb(struct inpcb *);
@@ -404,11 +404,11 @@ void tcp_quench(struct inpcb *, int);
void tcp_respond(struct tcpcb *,
struct tcpiphdr *, struct mbuf *, tcp_seq, tcp_seq, int);
struct rtentry *
- tcp_rtlookup __P((struct inpcb *));
+ tcp_rtlookup(struct inpcb *);
void tcp_setpersist(struct tcpcb *);
void tcp_slowtimo(void);
struct tcpiphdr *
- tcp_template __P((struct tcpcb *));
+ tcp_template(struct tcpcb *);
struct tcpcb *
tcp_timers(struct tcpcb *, int);
void tcp_trace(int, int, struct tcpcb *, struct tcpiphdr *, int);