diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-19 10:39:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-19 10:39:41 +0000 |
commit | 060b679adff4448e47d7734eebc6a14d0f7752c8 (patch) | |
tree | cee1c9d1ca32ab2c259ae29c02443b606a8912c2 /sbin/pfctl/pfctl.h | |
parent | 1d3e965968ca4af86c1e0a467b460fa85b0e51aa (diff) |
remove prototypes with no matching function
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r-- | sbin/pfctl/pfctl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index 3c15c7e3207..253b8242d45 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.62 2020/01/15 22:38:31 kn Exp $ */ +/* $OpenBSD: pfctl.h,v 1.63 2024/05/19 10:39:40 jsg Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -56,7 +56,6 @@ struct pfr_anchoritem { SLIST_HEAD(pfr_anchors, pfr_anchoritem); -int pfr_get_fd(void); int pfr_clr_tables(struct pfr_table *, int *, int); int pfr_add_tables(struct pfr_table *, int, int *, int); int pfr_del_tables(struct pfr_table *, int, int *, int); @@ -80,7 +79,6 @@ int pfr_buf_grow(struct pfr_buffer *, int); int pfr_buf_load(struct pfr_buffer *, char *, 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_clear_tables(const char *, int); |