diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-30 13:53:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-30 13:53:16 +0000 |
commit | 409b36c04bf8fb7f6675edaa5ba3ea46d80f745d (patch) | |
tree | 528c95889f60ec86227ab1e3317ed17927ec78a6 /sbin/pfctl/pfctl_parser.h | |
parent | ba28bae8cc6d4d02d73c6fe0bf1262701abd396b (diff) |
move damn unmask() proto into place as well
Diffstat (limited to 'sbin/pfctl/pfctl_parser.h')
-rw-r--r-- | sbin/pfctl/pfctl_parser.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl_parser.h b/sbin/pfctl/pfctl_parser.h index 4782c55f751..1ccd6f477ab 100644 --- a/sbin/pfctl/pfctl_parser.h +++ b/sbin/pfctl/pfctl_parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.h,v 1.30 2002/11/28 12:14:25 mcbride Exp $ */ +/* $OpenBSD: pfctl_parser.h,v 1.31 2002/11/30 13:53:15 mickey Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -87,8 +87,6 @@ void print_binat(struct pf_binat *); void print_rdr(struct pf_rdr *); void print_status(struct pf_status *); -int unmask(struct pf_addr *, sa_family_t); - struct icmptypeent { char *name; u_int8_t type; |