summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-10-01 17:58:17 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-10-01 17:58:17 +0000
commitda5e7340c9b11fb3108b668aaa71f5cddd398c22 (patch)
treebdbbceb07f82bfa426e167be6042ba5c8dbc5778 /sbin/pfctl/pfctl.c
parent698fd6da3e24caa7703b972ab4188af95154df49 (diff)
print variable asignments only if -v is given. ok dhartmei/deraadt
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index 7e31c88b19f..cb16efe7ae7 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.42 2001/10/01 14:38:34 dhartmei Exp $ */
+/* $OpenBSD: pfctl.c,v 1.43 2001/10/01 17:58:16 markus Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -47,12 +47,6 @@
#include "pfctl_parser.h"
-#define PF_OPT_DISABLE 0x0001
-#define PF_OPT_ENABLE 0x0002
-#define PF_OPT_VERBOSE 0x0004
-#define PF_OPT_NOACTION 0x0008
-#define PF_OPT_QUIET 0x0010
-
void usage(void);
int pfctl_enable(int, int);
int pfctl_disable(int, int);