summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-04-14 14:50:47 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-04-14 14:50:47 +0000
commit6025c5c0ce44ad4000d159741e7c03539edcb7d5 (patch)
tree23f0b0574230aa835dbdd76d6b8e7868ab75769e /sbin/pfctl/pfctl.h
parentcac1b26a388dde755ee9b8f72a7f16ba49407e19 (diff)
let print_altq and print_queue take a struct node_queue_bw parameter instead
of dintinct bw_percent
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r--sbin/pfctl/pfctl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h
index cdcaeba8bba..873aee6a4c9 100644
--- a/sbin/pfctl/pfctl.h
+++ b/sbin/pfctl/pfctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.h,v 1.16 2003/04/11 15:18:33 henning Exp $ */
+/* $OpenBSD: pfctl.h,v 1.17 2003/04/14 14:50:46 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -82,9 +82,6 @@ void pfaltq_free(struct pf_altq *);
struct pf_altq *pfaltq_lookup(const char *);
char *rate2str(double);
-void print_altq(const struct pf_altq *, unsigned, u_int16_t);
-void print_queue(const struct pf_altq *, unsigned, u_int16_t, int);
-
void print_addr(struct pf_addr_wrap *, sa_family_t, int);
void print_host(struct pf_state_host *, sa_family_t, int);
void print_seq(struct pf_state_peer *);