diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-03-28 23:13:19 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-03-28 23:13:19 +0000 |
commit | 1d4b757e65b08e20cba00da5cce9f9c9e01136c8 (patch) | |
tree | faf58850870b1468ad5edcf573dc04a3d23b06ae | |
parent | baffb3d77265e39605b77b97a6799bf79a33eb55 (diff) |
prototype pfctl_kill_states()
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 707925d0966..76b007333d8 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.57 2002/03/26 17:37:11 frantzen Exp $ */ +/* $OpenBSD: pfctl.c,v 1.58 2002/03/28 23:13:18 dhartmei Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -58,6 +58,7 @@ int pfctl_clear_stats(int, int); int pfctl_clear_rules(int, int); int pfctl_clear_nat(int, int); int pfctl_clear_states(int, int); +int pfctl_kill_states(int, int); int pfctl_hint(int, const char *, int); int pfctl_show_rules(int, int, int); int pfctl_show_nat(int); |