From 74596a5e621c17c7e2290c6e4d54dde704d68134 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Mon, 30 Jun 2003 10:50:17 +0000 Subject: move prototype for pf_tag_purge() to pfvar.h --- sys/net/pfvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/net/pfvar.h') diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 42c0d16d56b..8b16bdb05ab 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.158 2003/06/29 23:37:12 itojun Exp $ */ +/* $OpenBSD: pfvar.h,v 1.159 2003/06/30 10:50:16 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1116,6 +1116,7 @@ int pfr_ina_define(struct pfr_table *, struct pfr_addr *, int, int *, u_int16_t pf_tagname2tag(char *); void pf_tag2tagname(u_int16_t, char *); void pf_tag_unref(u_int16_t); +void pf_tag_purge(void); int pf_tag_packet(struct mbuf *, struct pf_tag *, int); extern struct pf_status pf_status; -- cgit v1.2.3