diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2016-07-11 13:41:40 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2016-07-11 13:41:40 +0000 |
| commit | b04471d88a405152d139d7c51a1ff194ac3aee58 (patch) | |
| tree | 53fd8a55c8000fd92fbe369eb8b0604a2fa8d962 | |
| parent | 98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e (diff) | |
Notes
| -rw-r--r-- | sbin/ipfw/ipfw2.h | 3 |
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); |
