From 414ae5bbfd855b9530c453e2ebf20948ae7dca5c Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Sun, 20 Oct 2002 07:15:42 -0300 Subject: o ipv4: move /proc/net/udp support back to net/ipv4/udp.c --- include/net/udp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/net') diff --git a/include/net/udp.h b/include/net/udp.h index 63a24bdd3b06..25cdd4f1e9f3 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -76,4 +76,6 @@ extern struct udp_mib udp_statistics[NR_CPUS*2]; #define UDP_INC_STATS_BH(field) SNMP_INC_STATS_BH(udp_statistics, field) #define UDP_INC_STATS_USER(field) SNMP_INC_STATS_USER(udp_statistics, field) +extern int udp_proc_init(void); + #endif /* _UDP_H */ -- cgit v1.2.3