mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Fix broken declaration of tcp_trace().
This commit is contained in:
@@ -411,7 +411,7 @@ struct tcpiphdr *
|
||||
tcp_template(struct tcpcb *);
|
||||
struct tcpcb *
|
||||
tcp_timers(struct tcpcb *, int);
|
||||
void tcp_trace(int, int, struct tcpcb *, struct tcpiphdr *, int);
|
||||
void tcp_trace(short, short, struct tcpcb *, struct tcpiphdr *, int);
|
||||
|
||||
extern struct pr_usrreqs tcp_usrreqs;
|
||||
extern u_long tcp_sendspace;
|
||||
|
||||
Reference in New Issue
Block a user