summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-07-17 20:42:13 +0000
committerdes <des@FreeBSD.org>2000-07-17 20:42:13 +0000
commit94b736448402e59ddb377056dc08e1470a95fb1d (patch)
tree4019cd94eb6d44dee089b423f816cf8a17af4a89 /lib
parenta44e53d698aeecde8648d1eeb7eba464c3833d69 (diff)
downloadFreeBSD-src-94b736448402e59ddb377056dc08e1470a95fb1d.zip
FreeBSD-src-94b736448402e59ddb377056dc08e1470a95fb1d.tar.gz
Remove fetchContentType(), which disappeared in the HTTP rewrite.
Diffstat (limited to 'lib')
-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 2395220..c4d67bb 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 *);
OpenPOWER on IntegriCloud