net: change proto and proto_ops accept type
[linux-2.6-block.git] / include / crypto / if_alg.h
index 78ecaf5db04c6ab359fd26dea5ed586657b17e08..f7b3b93f3a49a73d2de96027203bc150bbc745d3 100644 (file)
@@ -166,7 +166,8 @@ int af_alg_unregister_type(const struct af_alg_type *type);
 
 int af_alg_release(struct socket *sock);
 void af_alg_release_parent(struct sock *sk);
-int af_alg_accept(struct sock *sk, struct socket *newsock, bool kern);
+int af_alg_accept(struct sock *sk, struct socket *newsock,
+                 struct proto_accept_arg *arg);
 
 void af_alg_free_sg(struct af_alg_sgl *sgl);