diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-09 15:05:19 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-09 15:05:19 +0000 |
| commit | 7eb2f34d73badc8703f376f737e23a4986083b2c (patch) | |
| tree | 2e0b054dfbc897bf794d519602be9269343d3bab /lib/libfetch/fetch.c | |
| parent | d1f21093cd3cf373dfa2304cc122d8b40ec89014 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/fetch.c')
| -rw-r--r-- | lib/libfetch/fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index b0b2057c5781..9941ab528bde 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -45,6 +45,7 @@ int fetchLastErrCode; char fetchLastErrString[MAXERRSTRING]; int fetchTimeout; int fetchRestartCalls = 1; +int fetchDebug; /*** Local data **************************************************************/ |
