mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
remove prototypes with no matching function
This commit is contained in:
parent
9a15c14554
commit
e7c3f7ad4b
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: netstat.h,v 1.77 2022/09/08 13:18:47 kn Exp $ */
|
/* $OpenBSD: netstat.h,v 1.78 2024/05/18 07:10:16 jsg Exp $ */
|
||||||
/* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */
|
/* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -90,7 +90,6 @@ void ip_stats(char *);
|
|||||||
void div_stats(char *);
|
void div_stats(char *);
|
||||||
void icmp_stats(char *);
|
void icmp_stats(char *);
|
||||||
void igmp_stats(char *);
|
void igmp_stats(char *);
|
||||||
void pim_stats(char *);
|
|
||||||
void ah_stats(char *);
|
void ah_stats(char *);
|
||||||
void ipsec_stats(char *);
|
void ipsec_stats(char *);
|
||||||
void esp_stats(char *);
|
void esp_stats(char *);
|
||||||
@ -105,19 +104,14 @@ void net80211_ifstats(char *);
|
|||||||
|
|
||||||
void mbpr(void);
|
void mbpr(void);
|
||||||
|
|
||||||
void hostpr(u_long, u_long);
|
|
||||||
void impstats(u_long, u_long);
|
|
||||||
|
|
||||||
void rt_stats(void);
|
void rt_stats(void);
|
||||||
void pr_rthdr(int, int);
|
void pr_rthdr(int, int);
|
||||||
void pr_encaphdr(void);
|
|
||||||
void pr_family(int);
|
void pr_family(int);
|
||||||
|
|
||||||
void rdomainpr(void);
|
void rdomainpr(void);
|
||||||
|
|
||||||
void ip6_stats(char *);
|
void ip6_stats(char *);
|
||||||
void icmp6_stats(char *);
|
void icmp6_stats(char *);
|
||||||
void pim6_stats(char *);
|
|
||||||
void div6_stats(char *);
|
void div6_stats(char *);
|
||||||
void rip6_stats(char *);
|
void rip6_stats(char *);
|
||||||
void mroute6pr(void);
|
void mroute6pr(void);
|
||||||
@ -142,8 +136,6 @@ char *netname4(in_addr_t, in_addr_t);
|
|||||||
char *mpls_op(u_int32_t);
|
char *mpls_op(u_int32_t);
|
||||||
void routepr(u_long, u_long, u_long, u_int);
|
void routepr(u_long, u_long, u_long, u_int);
|
||||||
|
|
||||||
void nsprotopr(u_long, char *);
|
|
||||||
|
|
||||||
#define IF_SHOW_FAIL 0
|
#define IF_SHOW_FAIL 0
|
||||||
#define IF_SHOW_ERRS 1
|
#define IF_SHOW_ERRS 1
|
||||||
#define IF_SHOW_DROP 2
|
#define IF_SHOW_DROP 2
|
||||||
|
Loading…
Reference in New Issue
Block a user