git: 4e675edef1b6 - main - pfctl: remove unused function prototype
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Mar 2025 22:56:55 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=4e675edef1b68678c63ca9c865e851199c1fefc4 commit 4e675edef1b68678c63ca9c865e851199c1fefc4 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-03-22 05:55:12 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-03-26 22:54:36 +0000 pfctl: remove unused function prototype Sponsored by: Rubicon Communications, LLC ("Netgate") --- sbin/pfctl/pfctl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index 468328e12f38..b4f8c97854d1 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -59,7 +59,6 @@ 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); -int pfr_get_tstats(struct pfr_table *, struct pfr_tstats *, int *, int); int pfr_clr_astats(struct pfr_table *, struct pfr_addr *, int, int *, int); int pfr_clr_addrs(struct pfr_table *, int *, int); int pfr_add_addrs(struct pfr_table *, struct pfr_addr *, int, int *, int);