From fc6e9e6539cb81b425c8dcd6ac667aaab51cb51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 7 Jan 2000 12:58:40 +0000 Subject: More old uncommitted patches: implement timeouts at the protocol level. Currently only supported for ftp connections. --- lib/libfetch/fetch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libfetch/fetch.c') diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index bf4476f7f50d..3c944a189be7 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -41,6 +41,7 @@ int fetchLastErrCode; +int fetchTimeout; /*** Local data **************************************************************/ -- cgit v1.2.3