[w3m-dev 02609]

From: Tsutomu Okada <okada@furuno.co.jp>
This commit is contained in:
Fumitoshi UKAI
2001-12-03 18:17:51 +00:00
parent 86aecdfa30
commit a61fa4f87b
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2001-12-04 Tsutomu Okada <okada@furuno.co.jp>
* [w3m-dev 02609]
* proto.h: remove duplicate prototypes
2001-12-04 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 02608]

View File

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