Mercurial > dropbear
diff common-session.c @ 1278:0c47d97aa9d5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 Mar 2016 22:53:27 +0800 |
parents | 9169e4e7cbee |
children | 432b0a030fd6 6a14b1f6dc04 |
line wrap: on
line diff
--- a/common-session.c Tue Mar 15 23:23:31 2016 +0800 +++ b/common-session.c Wed Mar 16 22:53:27 2016 +0800 @@ -36,10 +36,10 @@ #include "runopts.h" #include "netio.h" -static void checktimeouts(); -static long select_timeout(); +static void checktimeouts(void); +static long select_timeout(void); static int ident_readln(int fd, char* buf, int count); -static void read_session_identification(); +static void read_session_identification(void); struct sshsession ses; /* GLOBAL */