diff options
Diffstat (limited to 'net/atm/common.h')
-rw-r--r-- | net/atm/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/common.h b/net/atm/common.h index ad78c9e1117d..16f32c1fa1c9 100644 --- a/net/atm/common.h +++ b/net/atm/common.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/poll.h> /* for poll_table */ | 10 | #include <linux/poll.h> /* for poll_table */ |
11 | 11 | ||
12 | 12 | ||
13 | int vcc_create(struct socket *sock, int protocol, int family); | 13 | int vcc_create(struct net *net, struct socket *sock, int protocol, int family); |
14 | int vcc_release(struct socket *sock); | 14 | int vcc_release(struct socket *sock); |
15 | int vcc_connect(struct socket *sock, int itf, short vpi, int vci); | 15 | int vcc_connect(struct socket *sock, int itf, short vpi, int vci); |
16 | int vcc_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, | 16 | int vcc_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, |