diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-22 14:13:44 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-22 14:13:44 +0000 |
commit | 643626d54652e2c82451f4d953a9264111d16c63 (patch) | |
tree | 73d6387108d3672d3a9c2267ed5e5792e60bd7aa /runopts.h | |
parent | e1a8bf02404f82779ddb55874370ae89ba032dce (diff) |
Replace calls to strtoul() with a helper m_str_to_uint()
--HG--
extra : convert_revision : 1f8643c5ba7fe789c120b503c396281ac45f9730
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ typedef struct runopts { int listen_fwd_all; #endif unsigned int recv_window; - time_t keepalive_secs; + unsigned int keepalive_secs; } runopts; |