From 1d4b757e65b08e20cba00da5cce9f9c9e01136c8 Mon Sep 17 00:00:00 2001 From: Daniel Hartmeier Date: Thu, 28 Mar 2002 23:13:19 +0000 Subject: prototype pfctl_kill_states() --- sbin/pfctl/pfctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin') 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); -- cgit v1.2.3