summaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-05-26 19:37:15 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-05-26 19:37:15 +0000
commit6490b215b31ab049cd10a3f77632ca04b24fe3a7 (patch)
tree1351bf0ecdfc0a813a58580d0e23b6d8efa42e8a /lib/libfetch/fetch.c
parent2b26f942d39f9750a66853a1b9ebdd68f368d6fd (diff)
Notes
Diffstat (limited to 'lib/libfetch/fetch.c')
-rw-r--r--lib/libfetch/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c
index de23f0045246..720c745bb52d 100644
--- a/lib/libfetch/fetch.c
+++ b/lib/libfetch/fetch.c
@@ -39,7 +39,7 @@
#include "fetch.h"
#include "common.h"
-
+auth_t fetchAuthMethod;
int fetchLastErrCode;
char fetchLastErrString[MAXERRSTRING];
int fetchTimeout;