Deleted Added
full compact
1c1
< /* $OpenBSD: pfctl.h,v 1.37 2005/01/05 18:23:10 mcbride Exp $ */
---
> /* $OpenBSD: pfctl.h,v 1.40 2007/02/09 11:25:27 henning Exp $ */
31c31
< * $FreeBSD: head/contrib/pf/pfctl/pfctl.h 145840 2005-05-03 16:55:20Z mlaier $
---
> * $FreeBSD: head/contrib/pf/pfctl/pfctl.h 171172 2007-07-03 12:30:03Z mlaier $
36a37,38
> enum pfctl_show { PFCTL_SHOW_RULES, PFCTL_SHOW_LABELS, PFCTL_SHOW_NOTHING };
>
77c79
< int pfi_get_ifaces(const char *, struct pfi_if *, int *, int);
---
> int pfi_get_ifaces(const char *, struct pfi_kif *, int *);
114d115
< void pfaltq_free(struct pf_altq *);