aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-07-17 20:52:06 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-07-17 20:52:06 +0000
commitd999dcac2db042e9248d72caa07bd5524da5e11d (patch)
tree542591deb98709880e228ab4c995ce6fa18ce53e /lib/libfetch
parenta1bb3f482ac104cdb4d8c05819ac44a132ffc872 (diff)
downloadsrc-d999dcac2db042e9248d72caa07bd5524da5e11d.tar.gz
src-d999dcac2db042e9248d72caa07bd5524da5e11d.zip
Don't forget to declare fetchRestartCalls.
Notes
Notes: svn path=/head/; revision=63335
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h
index c4d67bbccd6e..c503dac16071 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