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 c4d67bb..c503dac 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -118,5 +118,6 @@ extern int fetchLastErrCode; #define MAXERRSTRING 256 extern char fetchLastErrString[MAXERRSTRING]; extern int fetchTimeout; +extern int fetchRestartCalls; #endif |