summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-05-20 18:23:51 +0000
committerume <ume@FreeBSD.org>2000-05-20 18:23:51 +0000
commit1db238984d198d018ab2fb5b8378275ade79695b (patch)
tree3dc37a6009bb7c87cd8cd539e6c74083672de8c5 /lib/libfetch/common.h
parent0636bdc7c29eae203c24417dfc4c8cc2dc211813 (diff)
downloadFreeBSD-src-1db238984d198d018ab2fb5b8378275ade79695b.zip
FreeBSD-src-1db238984d198d018ab2fb5b8378275ade79695b.tar.gz
IPv6 support.
Diffstat (limited to 'lib/libfetch/common.h')
-rw-r--r--lib/libfetch/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h
index 1762a00..35eefa2 100644
--- a/lib/libfetch/common.h
+++ b/lib/libfetch/common.h
@@ -41,7 +41,7 @@ struct fetcherr {
void _fetch_seterr(struct fetcherr *p, int e);
void _fetch_syserr(void);
int _fetch_info(char *fmt, ...);
-int _fetch_connect(char *host, int port, int verbose);
+int _fetch_connect(char *host, int port, int af, int verbose);
int _fetch_getln(int fd, char **buf, size_t *size, size_t *len);
int _fetch_add_entry(struct url_ent **p, int *size, int *len,
char *name, struct url_stat *stat);
OpenPOWER on IntegriCloud