aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-03 18:17:51 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-03 18:17:51 +0000
commita61fa4f87b60d2e653807858efeea2176a8a48fb (patch)
tree8b97790bdf3844f549097206608507001e029fc9 /proto.h
parent[w3m-dev 02608] (diff)
downloadw3m-a61fa4f87b60d2e653807858efeea2176a8a48fb.tar.gz
w3m-a61fa4f87b60d2e653807858efeea2176a8a48fb.zip
[w3m-dev 02609]
From: Tsutomu Okada <okada@furuno.co.jp>
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index 1a8b828..19eda87 100644
--- a/proto.h
+++ b/proto.h
@@ -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();