diff svr-session.c @ 1276:9169e4e7cbee

fix empty C prototypes
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 16:30:31 +0100
parents 888e3d17e962
children 750ec4ec4cbe b66a483f3dcb
line wrap: on
line diff
--- a/svr-session.c	Fri Jan 01 09:46:09 2016 +0100
+++ b/svr-session.c	Fri Jan 01 16:30:31 2016 +0100
@@ -41,7 +41,7 @@
 #include "runopts.h"
 #include "crypto_desc.h"
 
-static void svr_remoteclosed();
+static void svr_remoteclosed(void);
 
 struct serversession svr_ses; /* GLOBAL */