diff options
author | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2015-12-02 16:00:43 +0000 |
---|---|---|
committer | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2015-12-02 16:00:43 +0000 |
commit | f0a004ba8a87e9ca6577ba721ab81ac1a46cf63c (patch) | |
tree | a8d33e9375b3ff83dfa8d32b3fa4933ca6ffba69 /sys/net/pfvar.h | |
parent | 094e8a89de1f9ba6603647dc94f67d877fe04eb7 (diff) |
- hide PF internals to pf_unlink_divert_state() from in_pcb.c
OK mpi@, bluhm@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 5c5a30e3879..cd02361a5bf 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.423 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: pfvar.h,v 1.424 2015/12/02 16:00:42 sashan Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1670,6 +1670,7 @@ extern void pf_purge_thread(void *); extern void pf_purge_expired_src_nodes(int); extern void pf_purge_expired_states(u_int32_t); extern void pf_unlink_state(struct pf_state *); +extern void pf_unlink_divert_state(struct pf_state_key *); extern void pf_free_state(struct pf_state *); extern int pf_state_insert(struct pfi_kif *, struct pf_state_key **, |