[NETNS]: Add namespace to API for routing /proc entries creation.
[safe/jmp/linux-2.6] / include / net / ip_fib.h
index d70b9b4..f74cbb2 100644 (file)
@@ -253,8 +253,8 @@ static inline void fib_res_put(struct fib_result *res)
 }
 
 #ifdef CONFIG_PROC_FS
-extern int  fib_proc_init(void);
-extern void fib_proc_exit(void);
+extern int __net_init  fib_proc_init(struct net *net);
+extern void __net_exit fib_proc_exit(struct net *net);
 #endif
 
 #endif  /* _NET_FIB_H */