summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-02-17 15:11:30 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-02-17 15:11:30 +0000
commitef39a04da89dc018b7c06a51bb08b3b73fb17eb0 (patch)
tree1e7cd86e7c48278c93ed0045070d889ccca53d42 /sbin/pfctl
parent98c81304a633e6ae4b797f394f672f0dcd2f4730 (diff)
no need to prototype pfctl_add_pool twice
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/pfctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index 853d65ce15c..e76313a86dd 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.150 2003/02/17 06:58:27 mpech Exp $ */
+/* $OpenBSD: pfctl.c,v 1.151 2003/02/17 15:11:29 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -75,7 +75,6 @@ int pfctl_show_limits(int);
int pfctl_rules(int, char *, int);
int pfctl_debug(int, u_int32_t, int);
int pfctl_clear_rule_counters(int, int);
-int pfctl_add_pool(struct pfctl *, struct pf_pool *, sa_family_t);
int pfctl_test_altqsupport(int, int);
int pfctl_show_anchors(int, int);
char *pfctl_lookup_option(char *, char **);