aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-19 08:48:49 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-19 08:48:49 +0000
commit0abd8ea84f443b79728b8374fb8f58a730fdfc90 (patch)
treee5fd6192fcb3bcbb003f97952485e36309edc216
parent72e464fa049f4e79d8d4a8ad2e69db3a6f68feb4 (diff)
downloadrtmux-0abd8ea84f443b79728b8374fb8f58a730fdfc90.tar.gz
rtmux-0abd8ea84f443b79728b8374fb8f58a730fdfc90.tar.bz2
rtmux-0abd8ea84f443b79728b8374fb8f58a730fdfc90.zip
(void).
-rw-r--r--server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server.c b/server.c
index 5eea4a14..7b243b57 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.143 2009-05-16 10:02:51 nicm Exp $ */
+/* $Id: server.c,v 1.144 2009-05-19 08:48:49 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1045,7 +1045,7 @@ server_second_timers(void)
/* Update socket execute permissions based on whether sessions are attached. */
int
-server_update_socket()
+server_update_socket(void)
{
struct session *s;
u_int i;