The branch main has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=8e84e9443bb6655f7e6c73546ac28549f768f4f3

commit 8e84e9443bb6655f7e6c73546ac28549f768f4f3
Author:     Kristof Provost <k...@freebsd.org>
AuthorDate: 2025-08-21 09:35:07 +0000
Commit:     Kristof Provost <k...@freebsd.org>
CommitDate: 2025-09-15 09:32:36 +0000

    pfctl: remove prototypes with no matching function
    
    Obtained from:  OpenBSD, jsg <j...@openbsd.org>, 6768654732
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sbin/pfctl/pfctl.h | 2 --
 1 file changed, 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);

Reply via email to