From 31c37b27524c4985e93399f5382edf352bc23384 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Tue, 29 Oct 2002 04:31:48 -0300 Subject: ipv4: move proc stuff from net/ipv4/af_inet.c to net/ipv4/proc.c Also make compilation of this misc proc stuff not compile/link if CONFIG_PROC_FS is not set. Now to seq_file this routines. --- include/net/ip_fib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/net') diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index debc59c4c240..9dd582b67c95 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -277,5 +277,6 @@ static inline void fib_res_put(struct fib_result *res) } extern int fib_proc_init(void); +extern void fib_proc_exit(void); #endif /* _NET_FIB_H */ -- cgit v1.2.3