diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-12-18 11:03:07 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-12-18 11:03:07 +0000 |
| commit | 62a2681c93b202959570b3ddecdbf40ced6bdebe (patch) | |
| tree | f5124fad1675d5be07f4721b1851e7bf4d8359a5 /lib/libfetch/common.h | |
| parent | 836e34eeae25a1ac5c6f284907308bb68fa8ba3d (diff) | |
Notes
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 2382eb0c2f72..05bee0360993 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -90,6 +90,7 @@ 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); +int fetch_no_proxy_match(const char *); #define ftp_seterr(n) fetch_seterr(ftp_errlist, n) #define http_seterr(n) fetch_seterr(http_errlist, n) |
