diff options
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r-- | include/net/transp_v6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index 938b7fd11204..eb40e71ff2ee 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h | |||
@@ -11,6 +11,7 @@ extern struct proto rawv6_prot; | |||
11 | extern struct proto udpv6_prot; | 11 | extern struct proto udpv6_prot; |
12 | extern struct proto udplitev6_prot; | 12 | extern struct proto udplitev6_prot; |
13 | extern struct proto tcpv6_prot; | 13 | extern struct proto tcpv6_prot; |
14 | extern struct proto pingv6_prot; | ||
14 | 15 | ||
15 | struct flowi6; | 16 | struct flowi6; |
16 | 17 | ||
@@ -21,6 +22,8 @@ extern int ipv6_frag_init(void); | |||
21 | extern void ipv6_frag_exit(void); | 22 | extern void ipv6_frag_exit(void); |
22 | 23 | ||
23 | /* transport protocols */ | 24 | /* transport protocols */ |
25 | extern int pingv6_init(void); | ||
26 | extern void pingv6_exit(void); | ||
24 | extern int rawv6_init(void); | 27 | extern int rawv6_init(void); |
25 | extern void rawv6_exit(void); | 28 | extern void rawv6_exit(void); |
26 | extern int udpv6_init(void); | 29 | extern int udpv6_init(void); |