diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-10-20 07:15:42 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-10-20 07:15:42 -0300 |
| commit | 414ae5bbfd855b9530c453e2ebf20948ae7dca5c (patch) | |
| tree | 117a1596068436af190c5c8c5af42184d7781ce9 /include/net | |
| parent | 53008588b765cc238dd7b42a0455bb02df76cd39 (diff) | |
o ipv4: move /proc/net/udp support back to net/ipv4/udp.c
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/udp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
