summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-01-22 17:53:58 +0000
committerdes <des@FreeBSD.org>2003-01-22 17:53:58 +0000
commitae10e138a9733e0eb59f2b9459e8b68e6eb31521 (patch)
tree2060beeadb364862932c32dad21e7b380bce7176 /lib/libfetch/common.h
parentcead81021cb94ba813d10f842c01f29ca65fd0e0 (diff)
downloadFreeBSD-src-ae10e138a9733e0eb59f2b9459e8b68e6eb31521.zip
FreeBSD-src-ae10e138a9733e0eb59f2b9459e8b68e6eb31521.tar.gz
Experimental support for .netrc.
Diffstat (limited to 'lib/libfetch/common.h')
-rw-r--r--lib/libfetch/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h
index 4b42bf2..adc0f38 100644
--- a/lib/libfetch/common.h
+++ b/lib/libfetch/common.h
@@ -88,6 +88,7 @@ int _fetch_putln(conn_t *, const char *, size_t);
int _fetch_close(conn_t *);
int _fetch_add_entry(struct url_ent **, int *, int *,
const char *, struct url_stat *);
+int _fetch_netrc_auth(struct url *url);
#define _ftp_seterr(n) _fetch_seterr(_ftp_errlist, n)
#define _http_seterr(n) _fetch_seterr(_http_errlist, n)
OpenPOWER on IntegriCloud