Mercurial > dropbear
diff common-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 | b370b4b172d0 |
children | 432b0a030fd6 6a14b1f6dc04 |
line wrap: on
line diff
--- a/common-session.c Fri Jan 01 09:46:09 2016 +0100 +++ b/common-session.c Fri Jan 01 16:30:31 2016 +0100 @@ -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 */