diff options
Diffstat (limited to 'lib/libfetch/common.h')
-rw-r--r-- | lib/libfetch/common.h | 1 |
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) |