diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-06-29 08:26:26 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-06-29 08:26:26 +0000 |
| commit | f325efaaa8dcfcd2bc8942d818fdf18c11a3e439 (patch) | |
| tree | e071e45e160dce1eb55420a7154c5dc4c8011f04 /lib/libfetch/common.h | |
| parent | 358c7ac1dcf9c1633e1f815eec7c09cc5cf0c1c1 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.h')
| -rw-r--r-- | lib/libfetch/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index 1762a00ecf12..79bd54d761e8 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -40,8 +40,8 @@ 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); +void _fetch_info(char *fmt, ...); +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); |
