diff options
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 df34509..2366791 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 |