remove prototypes with no matching function
authorjsg <jsg@openbsd.org>
Sun, 19 May 2024 10:39:40 +0000 (10:39 +0000)
committerjsg <jsg@openbsd.org>
Sun, 19 May 2024 10:39:40 +0000 (10:39 +0000)
sbin/pfctl/pfctl.h
sbin/pfctl/pfctl_queue.c

index 3c15c7e..253b824 100644 (file)
@@ -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);
index 399f0f7..1f0d456 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pfctl_queue.c,v 1.7 2019/06/28 13:32:45 deraadt Exp $ */
+/*     $OpenBSD: pfctl_queue.c,v 1.8 2024/05/19 10:39:40 jsg Exp $ */
 
 /*
  * Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -66,8 +66,6 @@ void                   pfctl_insert_queue_node(const struct pf_queuespec,
 struct pfctl_queue_node        *pfctl_find_queue_node(const char *, const char *);
 void                    pfctl_print_queue_node(int, struct pfctl_queue_node *,
                            int);
-void                    print_qstats(struct queue_stats);
-void                    pfctl_free_queue_node(struct pfctl_queue_node *);
 void                    pfctl_print_queue_nodestat(int,
                            const struct pfctl_queue_node *);
 void                    update_avg(struct queue_stats *);