diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-03 18:17:51 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-03 18:17:51 +0000 |
commit | a61fa4f87b60d2e653807858efeea2176a8a48fb (patch) | |
tree | 8b97790bdf3844f549097206608507001e029fc9 /proto.h | |
parent | [w3m-dev 02608] (diff) | |
download | w3m-a61fa4f87b60d2e653807858efeea2176a8a48fb.tar.gz w3m-a61fa4f87b60d2e653807858efeea2176a8a48fb.zip |
[w3m-dev 02609]
From: Tsutomu Okada <okada@furuno.co.jp>
Diffstat (limited to '')
-rw-r--r-- | proto.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.11 2001/11/30 09:54:22 ukai Exp $ */ +/* $Id: proto.h,v 1.12 2001/12/03 18:17:51 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -407,10 +407,6 @@ extern URLFile openURL(char *url, ParsedURL *pu, ParsedURL *current, URLOption *option, FormList *request, TextList *extra_header, URLFile *ouf, unsigned char *status); -extern char *guessContentType(char *filename); -extern TextList *make_domain_list(char *domain_list); -extern int check_no_proxy(char *domain); -extern char *filename_extension(char *path, int is_url); extern int mailcapMatch(struct mailcap *mcap, char *type); extern struct mailcap *searchMailcap(struct mailcap *table, char *type); extern void initMailcap(); |