diff options
Diffstat (limited to 'include')
-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 409da3a9a45..610b1bb775c 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h @@ -17,10 +17,9 @@ extern struct proto tcpv6_prot; struct flowi; /* extention headers */ -extern void ipv6_rthdr_init(void); +extern int ipv6_exthdrs_init(void); +extern void ipv6_exthdrs_exit(void); extern void ipv6_frag_init(void); -extern void ipv6_nodata_init(void); -extern void ipv6_destopt_init(void); /* transport protocols */ extern void rawv6_init(void); |