]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/inet_common.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsa
[linux-2.6-omap-h63xx.git] / include / net / inet_common.h
index 1fbd94d8a3162786e5d7a927c3bf1ad799397ded..227adcbdfec801e313f9e4c49a029a8f4347be90 100644 (file)
@@ -1,13 +1,18 @@
 #ifndef _INET_COMMON_H
 #define _INET_COMMON_H
 
-extern struct proto_ops                inet_stream_ops;
-extern struct proto_ops                inet_dgram_ops;
+extern const struct proto_ops          inet_stream_ops;
+extern const struct proto_ops          inet_dgram_ops;
 
 /*
  *     INET4 prototypes used by INET6
  */
 
+struct msghdr;
+struct sock;
+struct sockaddr;
+struct socket;
+
 extern void                    inet_remove_sock(struct sock *sk1);
 extern void                    inet_put_sock(unsigned short num, 
                                              struct sock *sk);