diff options
Diffstat (limited to 'sys/netinet/ip_icmp.h')
| -rw-r--r-- | sys/netinet/ip_icmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index e212083cc5d8..a55c6fcb323d 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -204,6 +204,7 @@ struct icmp { #ifdef _KERNEL void icmp_error(struct mbuf *, int, int, n_long, int); void icmp_input(struct mbuf *, int); +void icmp_init(void); int ip_next_mtu(int, int); #endif |
