Mercurial > dropbear
diff runopts.h @ 989:73ea0dce9a57 pam
Merge up to date
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 23 Jan 2015 21:38:47 +0800 |
parents | f92eb625c48d |
children | 47643024fc90 |
line wrap: on
line diff
--- a/runopts.h Wed Mar 12 23:40:02 2014 +0800 +++ b/runopts.h Fri Jan 23 21:38:47 2015 +0800 @@ -37,8 +37,8 @@ int listen_fwd_all; #endif unsigned int recv_window; - time_t keepalive_secs; - time_t idle_timeout_secs; + time_t keepalive_secs; /* Time between sending keepalives. 0 is off */ + time_t idle_timeout_secs; /* Exit if no traffic is sent/received in this time */ #ifndef DISABLE_ZLIB /* TODO: add a commandline flag. Currently this is on by default if compression @@ -164,4 +164,6 @@ void parse_ciphers_macs(); #endif +void print_version(void); + #endif /* _RUNOPTS_H_ */