Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
1275:d49bda490798 | 1276:9169e4e7cbee |
---|---|
34 #include "kex.h" | 34 #include "kex.h" |
35 #include "channel.h" | 35 #include "channel.h" |
36 #include "runopts.h" | 36 #include "runopts.h" |
37 #include "netio.h" | 37 #include "netio.h" |
38 | 38 |
39 static void checktimeouts(); | 39 static void checktimeouts(void); |
40 static long select_timeout(); | 40 static long select_timeout(void); |
41 static int ident_readln(int fd, char* buf, int count); | 41 static int ident_readln(int fd, char* buf, int count); |
42 static void read_session_identification(); | 42 static void read_session_identification(void); |
43 | 43 |
44 struct sshsession ses; /* GLOBAL */ | 44 struct sshsession ses; /* GLOBAL */ |
45 | 45 |
46 /* need to know if the session struct has been initialised, this way isn't the | 46 /* need to know if the session struct has been initialised, this way isn't the |
47 * cleanest, but works OK */ | 47 * cleanest, but works OK */ |