summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-06-15 01:53:05 +0000
committerassar <assar@FreeBSD.org>2001-06-15 01:53:05 +0000
commit9e34fe7efd02802c8741141cf670713ba1ade2e5 (patch)
tree666b4e33ec4d151eeee57b69cec4f8ec59d4c008 /usr.bin/netstat/netstat.h
parent376d88fdd4c1aa428ae9df56f22f7e40c7c19b0f (diff)
downloadFreeBSD-src-9e34fe7efd02802c8741141cf670713ba1ade2e5.zip
FreeBSD-src-9e34fe7efd02802c8741141cf670713ba1ade2e5.tar.gz
remove most of the warnings
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r--usr.bin/netstat/netstat.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index 8a817f4..f613847 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -65,22 +65,22 @@ char *plural __P((int));
char *plurales __P((int));
void protopr __P((u_long, char *, int));
-void tcp_stats __P((u_long, char *));
-void udp_stats __P((u_long, char *));
-void ip_stats __P((u_long, char *));
-void icmp_stats __P((u_long, char *));
-void igmp_stats __P((u_long, char *));
+void tcp_stats __P((u_long, char *, int));
+void udp_stats __P((u_long, char *, int));
+void ip_stats __P((u_long, char *, int));
+void icmp_stats __P((u_long, char *, int));
+void igmp_stats __P((u_long, char *, int));
#ifdef IPSEC
-void ipsec_stats __P((u_long, char *));
+void ipsec_stats __P((u_long, char *, int));
#endif
#ifdef INET6
-void ip6_stats __P((u_long, char *));
+void ip6_stats __P((u_long, char *, int));
void ip6_ifstats __P((char *));
-void icmp6_stats __P((u_long, char *));
+void icmp6_stats __P((u_long, char *, int));
void icmp6_ifstats __P((char *));
-void pim6_stats __P((u_long, char *));
-void rip6_stats __P((u_long, char *));
+void pim6_stats __P((u_long, char *, int));
+void rip6_stats __P((u_long, char *, int));
void mroute6pr __P((u_long, u_long));
void mrt6_stats __P((u_long));
@@ -91,10 +91,10 @@ char *netname6 __P((struct sockaddr_in6 *, struct in6_addr *));
#endif /*INET6*/
#ifdef IPSEC
-void pfkey_stats __P((u_long, char *));
+void pfkey_stats __P((u_long, char *, int));
#endif
-void bdg_stats __P((u_long, char *));
+void bdg_stats __P((u_long, char *, int));
void mbpr __P((u_long, u_long, u_long, u_long));
@@ -119,29 +119,29 @@ char *ipx_print __P((struct sockaddr *));
char *ns_print __P((struct sockaddr *));
void routepr __P((u_long));
-void ipxprotopr __P((u_long, char *));
-void spx_stats __P((u_long, char *));
-void ipx_stats __P((u_long, char *));
-void ipxerr_stats __P((u_long, char *));
+void ipxprotopr __P((u_long, char *, int));
+void spx_stats __P((u_long, char *, int));
+void ipx_stats __P((u_long, char *, int));
+void ipxerr_stats __P((u_long, char *, int));
-void nsprotopr __P((u_long, char *));
-void spp_stats __P((u_long, char *));
-void idp_stats __P((u_long, char *));
-void nserr_stats __P((u_long, char *));
+void nsprotopr __P((u_long, char *, int));
+void spp_stats __P((u_long, char *, int));
+void idp_stats __P((u_long, char *, int));
+void nserr_stats __P((u_long, char *, int));
-void atalkprotopr __P((u_long, char *));
-void ddp_stats __P((u_long, char *));
+void atalkprotopr __P((u_long, char *, int));
+void ddp_stats __P((u_long, char *, int));
-void netgraphprotopr __P((u_long, char *));
+void netgraphprotopr __P((u_long, char *, int));
void unixpr __P((void));
-void esis_stats __P((u_long, char *));
-void clnp_stats __P((u_long, char *));
-void cltp_stats __P((u_long, char *));
-void iso_protopr __P((u_long, char *));
+void esis_stats __P((u_long, char *, int));
+void clnp_stats __P((u_long, char *, int));
+void cltp_stats __P((u_long, char *, int));
+void iso_protopr __P((u_long, char *, int));
void iso_protopr1 __P((u_long, int));
-void tp_protopr __P((u_long, char *));
+void tp_protopr __P((u_long, char *, int));
void tp_inproto __P((u_long));
void tp_stats __P((caddr_t, caddr_t));
OpenPOWER on IntegriCloud