aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-13 16:45:09 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-13 16:45:09 +0000
commite0ec82cf5e4e9ca3070ed5a3ff51b1ff927fe7f4 (patch)
treefd6b972516acea5c0155abaef7282a63bb36708f /fetchmail.h
parent3fb4233b2db4486b6e593546798604bbdaf45613 (diff)
downloadfetchmail-e0ec82cf5e4e9ca3070ed5a3ff51b1ff927fe7f4.tar.gz
fetchmail-e0ec82cf5e4e9ca3070ed5a3ff51b1ff927fe7f4.tar.bz2
fetchmail-e0ec82cf5e4e9ca3070ed5a3ff51b1ff927fe7f4.zip
Add settable server-nonresponse timeout
svn path=/trunk/; revision=325
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 24d8d0ab..8120af3d 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -74,6 +74,7 @@ struct hostrec
int protocol;
int port;
int authenticate;
+ int timeout;
/* MDA arguments */
char *mda_argv[32];