mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-12 05:48:39 +08:00
[INET]: Remove leftover prototypes from include/net/inet_common.h
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bce943278d
commit
c0d8248710
@ -13,9 +13,6 @@ 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);
|
||||
extern int inet_release(struct socket *sock);
|
||||
extern int inet_stream_connect(struct socket *sock,
|
||||
struct sockaddr * uaddr,
|
||||
@ -30,7 +27,6 @@ extern int inet_sendmsg(struct kiocb *iocb,
|
||||
struct msghdr *msg,
|
||||
size_t size);
|
||||
extern int inet_shutdown(struct socket *sock, int how);
|
||||
extern unsigned int inet_poll(struct file * file, struct socket *sock, struct poll_table_struct *wait);
|
||||
extern int inet_listen(struct socket *sock, int backlog);
|
||||
|
||||
extern void inet_sock_destruct(struct sock *sk);
|
||||
|
Loading…
Reference in New Issue
Block a user