diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-25 16:24:31 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-25 16:24:31 +0000 |
| commit | ba101983d5c240f191e3f233907ebb4a6c7029f1 (patch) | |
| tree | 5aa3ef4f88a44b21bf5117bbeb532eed8d08776e /lib/libfetch/common.h | |
| parent | 6774c05335d24adc7b6402933001393825b16a66 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.h')
| -rw-r--r-- | lib/libfetch/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index 35eefa29c011..79bd54d761e8 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -40,7 +40,7 @@ struct fetcherr { void _fetch_seterr(struct fetcherr *p, int e); void _fetch_syserr(void); -int _fetch_info(char *fmt, ...); +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, |
