summaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-06-30 10:50:17 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-06-30 10:50:17 +0000
commit74596a5e621c17c7e2290c6e4d54dde704d68134 (patch)
treec3eccb07d43c73764204c272322ef67843d13a98 /sys/net/pfvar.h
parent28ea7401464bd3a28ec6a538189af29743edfb5f (diff)
move prototype for pf_tag_purge() to pfvar.h
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h3
1 files changed, 2 insertions, 1 deletions
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;