inet*.h: Remove extern from function prototypes
[deliverable/linux.git] / include / net / inet_sock.h
index b21a7f06d6a4955910b577a23b04eb904207265a..636d203727a2dcef09f2f8f0b2e214c317c7675a 100644 (file)
@@ -199,11 +199,11 @@ static inline void inet_sk_copy_descendant(struct sock *sk_to,
 }
 #endif
 
-extern int inet_sk_rebuild_header(struct sock *sk);
+int inet_sk_rebuild_header(struct sock *sk);
 
 extern u32 inet_ehash_secret;
 extern u32 ipv6_hash_secret;
-extern void build_ehash_secret(void);
+void build_ehash_secret(void);
 
 static inline unsigned int inet_ehashfn(struct net *net,
                                        const __be32 laddr, const __u16 lport,
This page took 0.029276 seconds and 5 git commands to generate.