comparison runopts.h @ 492:b956d6151600

Replace calls to strtoul() with a helper m_str_to_uint()
author Matt Johnston <matt@ucc.asn.au>
date Mon, 22 Sep 2008 14:13:44 +0000
parents d59f628e7baa
children 6cd2152aae0b ae600f1eef81
comparison
equal deleted inserted replaced
491:9dbc0c443497 492:b956d6151600
35 35
36 #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) 36 #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
37 int listen_fwd_all; 37 int listen_fwd_all;
38 #endif 38 #endif
39 unsigned int recv_window; 39 unsigned int recv_window;
40 time_t keepalive_secs; 40 unsigned int keepalive_secs;
41 41
42 } runopts; 42 } runopts;
43 43
44 extern runopts opts; 44 extern runopts opts;
45 45