aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-12-09 15:05:19 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-12-09 15:05:19 +0000
commit7eb2f34d73badc8703f376f737e23a4986083b2c (patch)
tree2e0b054dfbc897bf794d519602be9269343d3bab /lib/libfetch/fetch.h
parentd1f21093cd3cf373dfa2304cc122d8b40ec89014 (diff)
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r--lib/libfetch/fetch.h3
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