diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-11-22 13:30:07 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-11-22 13:30:07 +0000 |
| commit | 792ef1ae7b94f4da774ca44c78e25317588506a9 (patch) | |
| tree | 943ce8dc9f6d0b3dfee69fec615c7b245e3ec47c /lib/libfetch/common.h | |
| parent | 1fa81dab7d4146d3f1a0a69bd895443fe223b816 (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 41c10d20bbff..e881c8834de7 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -76,6 +76,7 @@ void fetch_syserr(void); void fetch_info(const char *, ...); int fetch_default_port(const char *); int fetch_default_proxy_port(const char *); +struct addrinfo *fetch_resolve(const char *, int, int); int fetch_bind(int, int, const char *); conn_t *fetch_connect(const char *, int, int, int); conn_t *fetch_reopen(int); |
