diff options
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r-- | lib/libfetch/fetch.h | 1 |
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 *); |