aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-10 14:30:09 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-10 14:30:09 +0000
commit254c2f6386991f906396a6f74b33618c23aae8a3 (patch)
treeca4680f2f47a83742df8dc5de80e00001d75ede7
parentac3d943a49524394905fbd9460e036b81acb5541 (diff)
downloadmailfromd-254c2f6386991f906396a6f74b33618c23aae8a3.tar.gz
mailfromd-254c2f6386991f906396a6f74b33618c23aae8a3.tar.bz2
(io_attempts,connect_attempts): Remove
(io_timeout,connect_timeout): Change the type to time_t (response_timeout): New declaration git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@841 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--src/mailfrom.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mailfrom.h b/src/mailfrom.h
index 78001f21..a5ce88ff 100644
--- a/src/mailfrom.h
+++ b/src/mailfrom.h
@@ -246,10 +246,9 @@ extern int do_transcript;
extern char *portspec;
extern unsigned long source_address;
extern char *pidfile;
-extern unsigned io_timeout;
-extern unsigned io_attempts;
-extern unsigned connect_timeout;
-extern unsigned connect_attempts;
+extern time_t io_timeout;
+extern time_t connect_timeout;
+extern time_t response_timeout;
extern int foreground;
extern int force_remove;
extern int config_dump_macros;

Return to:

Send suggestions and report system problems to the System administrator.