]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/udp_impl.h
Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder...
[linux-2.6-omap-h63xx.git] / net / ipv4 / udp_impl.h
index 2e9bad2fa1bcd682049846179e2ee19ecf1bd1b6..9f4a6165f7229ca68deaf98aeadae777a61437a0 100644 (file)
@@ -5,8 +5,8 @@
 #include <net/protocol.h>
 #include <net/inet_common.h>
 
-extern int     __udp4_lib_rcv(struct sk_buff *, struct hlist_head [], int );
-extern void    __udp4_lib_err(struct sk_buff *, u32, struct hlist_head []);
+extern int     __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int );
+extern void    __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
 
 extern int     udp_v4_get_port(struct sock *sk, unsigned short snum);