diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-16 14:04:35 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-16 14:04:35 +0000 |
commit | bc51f4a0dbceccd235611718fb3fb158668f784b (patch) | |
tree | cadc944bbc9bcd2a960b1fd34d736ebef94a66a8 /sbin/pfctl | |
parent | 6c0d559d87016971a56c12917c635b5f066fbf73 (diff) |
cosmetics
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl_parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl_parser.h b/sbin/pfctl/pfctl_parser.h index 7a5df9feece..e6eaa38dde8 100644 --- a/sbin/pfctl/pfctl_parser.h +++ b/sbin/pfctl/pfctl_parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.h,v 1.47 2003/02/03 14:51:36 cedric Exp $ */ +/* $OpenBSD: pfctl_parser.h,v 1.48 2003/02/16 14:04:34 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -113,8 +113,8 @@ void print_binat(struct pf_rule *, int); void print_rdr(struct pf_rule *, int); void print_status(struct pf_status *); -int eval_pfaltq(struct pfctl *, struct pf_altq *, u_int32_t, u_int16_t); -int eval_pfqueue(struct pfctl *, struct pf_altq *, u_int32_t, u_int16_t); +int eval_pfaltq(struct pfctl *, struct pf_altq *, u_int32_t, u_int16_t); +int eval_pfqueue(struct pfctl *, struct pf_altq *, u_int32_t, u_int16_t); void pfctl_begin_table(void); void pfctl_append_addr(char *, int, int); |