diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-01-07 12:58:40 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-01-07 12:58:40 +0000 |
commit | fc6e9e6539cb81b425c8dcd6ac667aaab51cb51c (patch) | |
tree | 4d16c586a3d9eabce8a4e383f15930c22d1ca039 /lib/libfetch/fetch.h | |
parent | be0d5ff22474975258f9bab626a236df89c086e1 (diff) |
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r-- | lib/libfetch/fetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index df3450949b04..23667911b993 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -91,5 +91,6 @@ struct url_ent *fetchList(struct url *, char *); /* Last error code */ extern int fetchLastErrCode; +extern int fetchTimeout; #endif |