]> err.no Git - linux-2.6/blobdiff - include/net/protocol.h
[XFRM]: alg_key_len should be unsigned to avoid integer divides
[linux-2.6] / include / net / protocol.h
index 1166ffb4b3ec7a253c640b680bbbd412718b1d48..ad8c584233a62c75f857929d1b4ee5ba3c6d0521 100644 (file)
@@ -102,7 +102,7 @@ extern void inet_unregister_protosw(struct inet_protosw *p);
 #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
 extern int     inet6_add_protocol(struct inet6_protocol *prot, unsigned char num);
 extern int     inet6_del_protocol(struct inet6_protocol *prot, unsigned char num);
-extern void    inet6_register_protosw(struct inet_protosw *p);
+extern int     inet6_register_protosw(struct inet_protosw *p);
 extern void    inet6_unregister_protosw(struct inet_protosw *p);
 #endif