]> Pileus Git - ~andy/fetchmail/blobdiff - fetchmail.h
Add settable server-nonresponse timeout
[~andy/fetchmail] / fetchmail.h
index 24d8d0abcf63797160bd71217d6a47914a8dd383..8120af3dd0a7d3b53b50f044e7a53ad61435cd80 100644 (file)
@@ -74,6 +74,7 @@ struct hostrec
     int protocol;
     int port;
     int authenticate;
+    int timeout;
 
     /* MDA arguments */
     char *mda_argv[32];