mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Remove prototypes for undefined functions from netstat.h.
This commit is contained in:
parent
99fdade2c6
commit
2bdd6ea2ad
1 changed files with 0 additions and 15 deletions
|
|
@ -131,29 +131,14 @@ void flowtable_stats(void);
|
|||
|
||||
char *routename(struct sockaddr *, int);
|
||||
const char *netname(struct sockaddr *, struct sockaddr *);
|
||||
char *ns_print(struct sockaddr *);
|
||||
void routepr(int, int);
|
||||
|
||||
void nsprotopr(u_long, const char *, int, int);
|
||||
void spp_stats(u_long, const char *, int, int);
|
||||
void idp_stats(u_long, const char *, int, int);
|
||||
void nserr_stats(u_long, const char *, int, int);
|
||||
|
||||
#ifdef NETGRAPH
|
||||
void netgraphprotopr(u_long, const char *, int, int);
|
||||
#endif
|
||||
|
||||
void unixpr(u_long, u_long, u_long, u_long, u_long, bool *);
|
||||
|
||||
void esis_stats(u_long, const char *, int, int);
|
||||
void clnp_stats(u_long, const char *, int, int);
|
||||
void cltp_stats(u_long, const char *, int, int);
|
||||
void iso_protopr(u_long, const char *, int, int);
|
||||
void iso_protopr1(u_long, int);
|
||||
void tp_protopr(u_long, const char *, int, int);
|
||||
void tp_inproto(u_long);
|
||||
void tp_stats(caddr_t, caddr_t);
|
||||
|
||||
void mroutepr(void);
|
||||
void mrt_stats(void);
|
||||
void bpf_stats(char *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue