diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-06-01 08:35:46 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-06-01 08:35:46 +0000 |
commit | 74f92142e165799acff614cb9314ba6a14220d40 (patch) | |
tree | d31033a65598f5ad1322a3548981440fa3b5a365 /sbin/pfctl/pfctl.h | |
parent | 08c49ca0233e25fde70b15b598067b6e1bf954d9 (diff) |
revert previous, breaks tcpdump
spotted by jmc@
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r-- | sbin/pfctl/pfctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index 82f86335b14..b1864235a62 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.48 2012/06/01 02:44:36 lteo Exp $ */ +/* $OpenBSD: pfctl.h,v 1.49 2012/06/01 08:35:45 jsg Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -106,7 +106,7 @@ struct pf_altq *pfaltq_lookup(const char *); char *rate2str(double); void print_addr(struct pf_addr_wrap *, sa_family_t, int); -void print_host(struct pf_addr *, u_int16_t p, sa_family_t, u_int16_t, const char *, int); +void print_host(struct pf_addr *, u_int16_t p, sa_family_t, u_int16_t, int); void print_seq(struct pfsync_state_peer *); void print_state(struct pfsync_state *, int); int unmask(struct pf_addr *, sa_family_t); |