aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/transp_v6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r--include/net/transp_v6.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h
index 409da3a9a455..610b1bb775c9 100644
--- a/include/net/transp_v6.h
+++ b/include/net/transp_v6.h
@@ -17,10 +17,9 @@ extern struct proto tcpv6_prot;
17struct flowi; 17struct flowi;
18 18
19/* extention headers */ 19/* extention headers */
20extern void ipv6_rthdr_init(void); 20extern int ipv6_exthdrs_init(void);
21extern void ipv6_exthdrs_exit(void);
21extern void ipv6_frag_init(void); 22extern void ipv6_frag_init(void);
22extern void ipv6_nodata_init(void);
23extern void ipv6_destopt_init(void);
24 23
25/* transport protocols */ 24/* transport protocols */
26extern void rawv6_init(void); 25extern void rawv6_init(void);