[w3m-dev 02867] mark URL for external URIs

* main.c (chkURLBuffer): chkExternalURIBuffer()
* proto.h (chkExternalURIBuffer): added
* url.c (chkExternalURIBuffer): added
From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-01-17 11:06:45 +00:00
parent 0a3fcb8b74
commit 48c6df47d0
4 changed files with 44 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: proto.h,v 1.26 2002/01/16 16:49:54 ukai Exp $ */
/* $Id: proto.h,v 1.27 2002/01/17 11:06:45 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -113,6 +113,7 @@ extern char *filename_extension(char *patch, int is_url);
#ifdef USE_EXTERNAL_URI_LOADER
extern void initURIMethods();
extern Str searchURIMethods(ParsedURL *pu);
extern void chkExternalURIBuffer(Buffer *buf);
#endif
extern void examineFile(char *path, URLFile *uf);
extern char *acceptableEncoding();