diff options
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r-- | include/net/transp_v6.h | 5 |
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; | |||
17 | struct flowi; | 17 | struct flowi; |
18 | 18 | ||
19 | /* extention headers */ | 19 | /* extention headers */ |
20 | extern void ipv6_rthdr_init(void); | 20 | extern int ipv6_exthdrs_init(void); |
21 | extern void ipv6_exthdrs_exit(void); | ||
21 | extern void ipv6_frag_init(void); | 22 | extern void ipv6_frag_init(void); |
22 | extern void ipv6_nodata_init(void); | ||
23 | extern void ipv6_destopt_init(void); | ||
24 | 23 | ||
25 | /* transport protocols */ | 24 | /* transport protocols */ |
26 | extern void rawv6_init(void); | 25 | extern void rawv6_init(void); |