aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipfw2.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-07-11 13:41:40 +0000
committerCy Schubert <cy@FreeBSD.org>2016-07-11 13:41:40 +0000
commitb04471d88a405152d139d7c51a1ff194ac3aee58 (patch)
tree53fd8a55c8000fd92fbe369eb8b0604a2fa8d962 /sbin/ipfw/ipfw2.h
parent98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e (diff)
downloadsrc-b04471d88a405152d139d7c51a1ff194ac3aee58.tar.gz
src-b04471d88a405152d139d7c51a1ff194ac3aee58.zip
r302561 broke buildworld. This patch fixes that.
MFC after: 3 days X-MFC with: r302561
Notes
Notes: svn path=/head/; revision=302565
Diffstat (limited to 'sbin/ipfw/ipfw2.h')
-rw-r--r--sbin/ipfw/ipfw2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h
index 7ea20839cf19..b7f8c0b5b044 100644
--- a/sbin/ipfw/ipfw2.h
+++ b/sbin/ipfw/ipfw2.h
@@ -371,6 +371,9 @@ void fill_unreach6_code(u_short *codep, char *str);
void fill_icmp6types(struct _ipfw_insn_icmp6 *cmd, char *av, int cblen);
int fill_ext6hdr(struct _ipfw_insn *cmd, char *av);
+/* ipfw2.c */
+void bp_flush(struct buf_pr *b);
+
/* tables.c */
struct _ipfw_obj_ctlv;
int table_check_name(const char *tablename);