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.h | |
parent | d1f21093cd3cf373dfa2304cc122d8b40ec89014 (diff) |
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r-- | lib/libfetch/fetch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index cca0d1f2c95f..3899ccac3cfe 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -136,4 +136,7 @@ extern char fetchLastErrString[MAXERRSTRING]; extern int fetchTimeout; extern int fetchRestartCalls; +/* Extra verbosity */ +extern int fetchDebug; + #endif |