vserver 1.9.5.x5
[linux-2.6.git] / include / net / udp.h
index 2ef99a7..c496d10 100644 (file)
@@ -71,6 +71,8 @@ extern int    udp_sendmsg(struct kiocb *iocb, struct sock *sk,
 extern int     udp_rcv(struct sk_buff *skb);
 extern int     udp_ioctl(struct sock *sk, int cmd, unsigned long arg);
 extern int     udp_disconnect(struct sock *sk, int flags);
+extern unsigned int udp_poll(struct file *file, struct socket *sock,
+                            poll_table *wait);
 
 DECLARE_SNMP_STAT(struct udp_mib, udp_statistics);
 #define UDP_INC_STATS(field)           SNMP_INC_STATS(udp_statistics, field)