1 #ifndef _NF_DEFRAG_IPV4_H
2 #define _NF_DEFRAG_IPV4_H
3 
4 extern void nf_defrag_ipv4_enable(void);
5 
6 #endif /* _NF_DEFRAG_IPV4_H */
7