aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2025-08-21 09:35:07 +0000
committerKristof Provost <kp@FreeBSD.org>2025-09-15 09:32:36 +0000
commit8e84e9443bb6655f7e6c73546ac28549f768f4f3 (patch)
tree715997fe0c5c9b7788b1329e584ad88ff7895b30
parenta66df2b575c8add6331fc0a0a0f536e90ccfafb7 (diff)
pfctl: remove prototypes with no matching function
Obtained from: OpenBSD, jsg <jsg@openbsd.org>, 6768654732 Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--sbin/pfctl/pfctl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h
index afecc78086e0..37e06e93dde6 100644
--- a/sbin/pfctl/pfctl.h
+++ b/sbin/pfctl/pfctl.h
@@ -62,7 +62,6 @@ struct pfr_anchoritem {
SLIST_HEAD(pfr_anchors, pfr_anchoritem);
-int pfr_get_fd(void);
int pfr_add_table(struct pfr_table *, int *, int);
int pfr_del_table(struct pfr_table *, int *, int);
int pfr_get_tables(struct pfr_table *, struct pfr_table *, int *, int);
@@ -85,7 +84,6 @@ int pfr_buf_load(struct pfr_buffer *, char *, int,
int (*)(struct pfr_buffer *, char *, int, int), int);
char *pf_strerror(int);
int pfi_get_ifaces(const char *, struct pfi_kif *, int *);
-int pfi_clr_istats(const char *, int *, int);
void pfctl_print_title(char *);
int pfctl_do_clear_tables(const char *, int);