diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-01 18:02:27 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-01 18:02:27 -0400 |
| commit | ceeec3dc375e3b0618f16b34efc56fe093918f8b (patch) | |
| tree | 2293d02721ee05131aaf1c60e4fba7e281585eec /include/net/inet_common.h | |
| parent | fbff868db3a4cc6a89d51da9a6d49b26c29d04fb (diff) | |
| parent | e3ee3b78f83688a0ae4315e8be71b2eac559904a (diff) | |
/spare/repo/netdev-2.6 branch 'ieee80211'
Diffstat (limited to 'include/net/inet_common.h')
| -rw-r--r-- | include/net/inet_common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/inet_common.h b/include/net/inet_common.h index fbc1f4d140d8..f943306ce5ff 100644 --- a/include/net/inet_common.h +++ b/include/net/inet_common.h | |||
| @@ -8,6 +8,11 @@ extern struct proto_ops inet_dgram_ops; | |||
| 8 | * INET4 prototypes used by INET6 | 8 | * INET4 prototypes used by INET6 |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | struct msghdr; | ||
| 12 | struct sock; | ||
| 13 | struct sockaddr; | ||
| 14 | struct socket; | ||
| 15 | |||
| 11 | extern void inet_remove_sock(struct sock *sk1); | 16 | extern void inet_remove_sock(struct sock *sk1); |
| 12 | extern void inet_put_sock(unsigned short num, | 17 | extern void inet_put_sock(unsigned short num, |
| 13 | struct sock *sk); | 18 | struct sock *sk); |
| @@ -29,7 +34,6 @@ extern unsigned int inet_poll(struct file * file, struct socket *sock, struct p | |||
| 29 | extern int inet_listen(struct socket *sock, int backlog); | 34 | extern int inet_listen(struct socket *sock, int backlog); |
| 30 | 35 | ||
| 31 | extern void inet_sock_destruct(struct sock *sk); | 36 | extern void inet_sock_destruct(struct sock *sk); |
| 32 | extern atomic_t inet_sock_nr; | ||
| 33 | 37 | ||
| 34 | extern int inet_bind(struct socket *sock, | 38 | extern int inet_bind(struct socket *sock, |
| 35 | struct sockaddr *uaddr, int addr_len); | 39 | struct sockaddr *uaddr, int addr_len); |
