diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index bdae0a5eadf5..828dc082fcb7 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -737,6 +737,8 @@ extern struct sock *sk_alloc(int family, | |||
737 | unsigned int __nocast priority, | 737 | unsigned int __nocast priority, |
738 | struct proto *prot, int zero_it); | 738 | struct proto *prot, int zero_it); |
739 | extern void sk_free(struct sock *sk); | 739 | extern void sk_free(struct sock *sk); |
740 | extern struct sock *sk_clone(const struct sock *sk, | ||
741 | const unsigned int __nocast priority); | ||
740 | 742 | ||
741 | extern struct sk_buff *sock_wmalloc(struct sock *sk, | 743 | extern struct sk_buff *sock_wmalloc(struct sock *sk, |
742 | unsigned long size, int force, | 744 | unsigned long size, int force, |