]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/dccp/dccp.h
net: change proto destroy method to return void
[net-next-2.6.git] / net / dccp / dccp.h
index f44d492d3b7491d5dbce8dec8cd6a49749bb068d..1b2cea244e12ec21818d17f522950830a630eafa 100644 (file)
@@ -262,7 +262,7 @@ extern int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
                                const struct dccp_hdr *dh, const unsigned len);
 
 extern int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized);
-extern int dccp_destroy_sock(struct sock *sk);
+extern void dccp_destroy_sock(struct sock *sk);
 
 extern void            dccp_close(struct sock *sk, long timeout);
 extern struct sk_buff  *dccp_make_response(struct sock *sk,