diff options
Diffstat (limited to 'svr-session.c')
-rw-r--r-- | svr-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-session.c b/svr-session.c index 254a747..d14bca9 100644 --- a/svr-session.c +++ b/svr-session.c @@ -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 */ |