summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-10-03 20:50:59 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-10-03 20:50:59 +0000
commit745c40650be6926eae5088c8485d25b679c72aaa (patch)
treed04e18cdcd190530a7cad83b2caae0f3d579bae2
parent942f22989a7eddb40cbc272345314ec07c3dfdbe (diff)
downloadtinyproxy-745c40650be6926eae5088c8485d25b679c72aaa.tar.gz
tinyproxy-745c40650be6926eae5088c8485d25b679c72aaa.zip
#Style formatting change.
Diffstat (limited to '')
-rw-r--r--src/sock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sock.c b/src/sock.c
index b2cccc3..3b55cdf 100644
--- a/src/sock.c
+++ b/src/sock.c
@@ -1,4 +1,4 @@
-/* $Id: sock.c,v 1.38 2002-05-31 18:08:01 rjkaes Exp $
+/* $Id: sock.c,v 1.39 2002-10-03 20:50:59 rjkaes Exp $
*
* Sockets are created and destroyed here. When a new connection comes in from
* a client, we need to copy the socket and the create a second socket to the
@@ -152,7 +152,7 @@ socket_blocking(int sock)
* - rjkaes
*/
int
-listen_sock(uint16_t port, socklen_t * addrlen)
+listen_sock(uint16_t port, socklen_t* addrlen)
{
int listenfd;
const int on = 1;