X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fudp.h;h=107b9d791a1f1d31fc478bc31b7fedbe25c2ba22;hb=3676347a5e216a7fec7f8eedbbcf8bed6b9c4e40;hp=ac229b761dbc488b24fb031b1acf51192c6bb927;hpb=7078253c085c037c070ca4e8bc9e9e7f18aa1e84;p=linux-2.6 diff --git a/include/net/udp.h b/include/net/udp.h index ac229b761d..107b9d791a 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -94,6 +94,11 @@ struct udp_iter_state { struct seq_operations seq_ops; }; +#ifdef CONFIG_PROC_FS extern int udp_proc_register(struct udp_seq_afinfo *afinfo); extern void udp_proc_unregister(struct udp_seq_afinfo *afinfo); + +extern int udp4_proc_init(void); +extern void udp4_proc_exit(void); +#endif #endif /* _UDP_H */