diff options
author | glebius <glebius@FreeBSD.org> | 2013-11-22 19:02:22 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2013-11-22 19:02:22 +0000 |
commit | 2d853e5460a70e6bb8dad82b6bed486c55f2ace6 (patch) | |
tree | bdd5a4fc3a61b449a6f9f430bd84e534e5891016 /sys/net | |
parent | 70fc5739078fcf3c93832e13be8c0bf7746c17ed (diff) | |
download | FreeBSD-src-2d853e5460a70e6bb8dad82b6bed486c55f2ace6.zip FreeBSD-src-2d853e5460a70e6bb8dad82b6bed486c55f2ace6.tar.gz |
Add missing 'extern'.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pfvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 06db6cc..6452092 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1574,8 +1574,8 @@ pf_release_state(struct pf_state *s) extern struct pf_state *pf_find_state_byid(uint64_t, uint32_t); extern struct pf_state *pf_find_state_all(struct pf_state_key_cmp *, u_int, int *); -struct pf_src_node *pf_find_src_node(struct pf_addr *, struct pf_rule *, - sa_family_t, int); +extern struct pf_src_node *pf_find_src_node(struct pf_addr *, + struct pf_rule *, sa_family_t, int); extern void pf_print_state(struct pf_state *); extern void pf_print_flags(u_int8_t); extern u_int16_t pf_cksum_fixup(u_int16_t, u_int16_t, u_int16_t, |