diff 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
line wrap: on
line diff
--- a/runopts.h	Mon Sep 22 14:13:14 2008 +0000
+++ b/runopts.h	Mon Sep 22 14:13:44 2008 +0000
@@ -37,7 +37,7 @@
 	int listen_fwd_all;
 #endif
 	unsigned int recv_window;
-	time_t keepalive_secs;
+	unsigned int keepalive_secs;
 
 } runopts;