summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-05-26 19:37:15 +0000
committerdes <des@FreeBSD.org>2001-05-26 19:37:15 +0000
commit4f0b3412631a0bb351436f8e864770c93ee8bdaa (patch)
tree45383a280be7a49c45a9398fdd6c445a08024420 /lib/libfetch/fetch.c
parent4edf66ad45433dfe5f2ebdca625183c9481390f2 (diff)
downloadFreeBSD-src-4f0b3412631a0bb351436f8e864770c93ee8bdaa.zip
FreeBSD-src-4f0b3412631a0bb351436f8e864770c93ee8bdaa.tar.gz
Add rudimentary support for an authentication callback function.
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 de23f00..720c745 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;
OpenPOWER on IntegriCloud