diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-04 01:46:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-04 01:46:05 +0000 |
commit | 7131897840ff1790e9a998b300dc54971bdd2d3b (patch) | |
tree | f545fccbbd6a29210b060f1f9e0277870c668a44 /sys/net/pf_table.c | |
parent | 86c302ae8c0a248d1872a59718a7accede5374c9 (diff) |
KNF
Diffstat (limited to 'sys/net/pf_table.c')
-rw-r--r-- | sys/net/pf_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf_table.c b/sys/net/pf_table.c index 51e09d14c1d..e92bf37307b 100644 --- a/sys/net/pf_table.c +++ b/sys/net/pf_table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_table.c,v 1.31 2003/03/21 12:47:36 cedric Exp $ */ +/* $OpenBSD: pf_table.c,v 1.32 2003/04/04 01:46:04 deraadt Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -146,7 +146,7 @@ void pfr_destroy_ktable(struct pfr_ktable *, int); int pfr_ktable_compare(struct pfr_ktable *, struct pfr_ktable *); struct pfr_ktable *pfr_lookup_table(struct pfr_table *); -void pfr_clean_node_mask(struct pfr_ktable *, +void pfr_clean_node_mask(struct pfr_ktable *, struct pfr_kentryworkq *); RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare); |