diff options
author | 2002-11-23 15:59:57 +0000 | |
---|---|---|
committer | 2002-11-23 15:59:57 +0000 | |
commit | cfa27ab6674537d9bb9405ffa16bb72a5f382c3e (patch) | |
tree | e50a8ab70d9a17ff71cd02f7122f1fbc6baa4941 | |
parent | typo (in #ifdef'd out code, but well...); Michal Ludvig <michal at logix.cz> (diff) | |
download | wireguard-openbsd-cfa27ab6674537d9bb9405ffa16bb72a5f382c3e.tar.xz wireguard-openbsd-cfa27ab6674537d9bb9405ffa16bb72a5f382c3e.zip |
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 *); |