Remove fetchContentType(), which disappeared in the HTTP rewrite.

This commit is contained in:
des 2000-07-17 20:42:13 +00:00
parent a44e53d698
commit 94b7364484

View File

@ -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 *);