diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-23 15:59:58 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-23 15:59:58 +0000 |
commit | 1d9e080a4c76f1089f61fb878cbb7e69bf29d266 (patch) | |
tree | 0b62ee716ae88a2dc1ccfbcc64bfdadb57049af0 | |
parent | 39be6acc1a5630e8f215b696ac7a634ef0ecac8d (diff) |
KNF
-rw-r--r-- | sbin/pfctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 3daa68619c0..c79c70077c3 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.202 2002/11/23 09:33:54 deraadt Exp $ */ +/* $OpenBSD: parse.y,v 1.203 2002/11/23 15:59:57 henning Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -193,7 +193,7 @@ void expand_label_nr(const char *, char *); void expand_label(char *, const char *, u_int8_t, struct node_host *, struct node_port *, struct node_host *, struct node_port *, u_int8_t); -void expand_rule(struct pf_rule *, struct node_if *, struct node_host *, +void expand_rule(struct pf_rule *, struct node_if *, struct node_host *, struct node_proto *, struct node_host *, struct node_port *, struct node_host *, struct node_port *, struct node_uid *, struct node_gid *, struct node_icmp *); |