]> git.tuebingen.mpg.de Git - paraslash.git/commit
net.h: use proper type for the addrlen parameter of para_accept() also in prototype
authorAndre <maan@p133.(none)>
Mon, 6 Mar 2006 20:51:19 +0000 (21:51 +0100)
committerAndre <maan@p133.(none)>
Mon, 6 Mar 2006 20:51:19 +0000 (21:51 +0100)
commit1e7af5fa9f6fc0e773ae50fa878b18a33ef58bea
tree4afaa61a3f89b86ce851f299b6f8dd9de61b365d
parent7533926d69875da66c5dc45940f67cb5d659738e
net.h: use proper type for the addrlen parameter of para_accept() also in prototype

An earlier patch changed that parameter from size_t to socklen_t
but missed to update also the corresponding prototype in net.h. Thanks to
Steffen Klassert for pointing this out.
net.h