summaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-07-17 20:42:13 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-07-17 20:42:13 +0000
commit7c80207e33accb9337a76f6c8483c0578c2a1110 (patch)
tree44a169dac9870041be3eac5b9f81d12bbd5c87fa /lib/libfetch/fetch.h
parente07e8174628d201657395f39d8c15db439e8700d (diff)
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r--lib/libfetch/fetch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h
index 2395220af8ef..c4d67bbccd6e 100644
--- a/lib/libfetch/fetch.h
+++ b/lib/libfetch/fetch.h
@@ -87,7 +87,6 @@ int fetchStatFile(struct url *, struct url_stat *, char *);
struct url_ent *fetchListFile(struct url *, char *);
/* HTTP-specific functions */
-char *fetchContentType(FILE *);
FILE *fetchGetHTTP(struct url *, char *);
FILE *fetchPutHTTP(struct url *, char *);
int fetchStatHTTP(struct url *, struct url_stat *, char *);