summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-05-25 16:24:31 +0000
committerdes <des@FreeBSD.org>2000-05-25 16:24:31 +0000
commite5d7688f99046a4b3022e13701fd346f5328d6d4 (patch)
treeab95bd3a9549fc63c0570b6e47ddc36c1afcbb85 /lib/libfetch/common.h
parent8e62250edde9eea0607bde13a83225e481f0e1ca (diff)
downloadFreeBSD-src-e5d7688f99046a4b3022e13701fd346f5328d6d4.zip
FreeBSD-src-e5d7688f99046a4b3022e13701fd346f5328d6d4.tar.gz
Dump com_err, it's a stinking crock of shit.
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 35eefa2..79bd54d 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,
OpenPOWER on IntegriCloud