aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-11-11 10:29:36 +0000
committerGitHub <noreply@github.com>2020-11-11 10:29:36 +0000
commit3f165adb3d9a4caf7cc4c146cb712ec1db772e24 (patch)
treef8dac2150c376df8139399b0454d9124a2d03f87 /proto.h
parentUpdate ChangeLog (diff)
parentRemove useless loop (diff)
downloadw3m-3f165adb3d9a4caf7cc4c146cb712ec1db772e24.tar.gz
w3m-3f165adb3d9a4caf7cc4c146cb712ec1db772e24.zip
Merge pull request #154 from bptato/master
Support Gopher search and binary files
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index b20538e..749a3c0 100644
--- a/proto.h
+++ b/proto.h
@@ -262,6 +262,7 @@ extern void loadHTMLstream(URLFile *f, Buffer *newBuf, FILE * src,
extern Buffer *loadHTMLString(Str page);
#ifdef USE_GOPHER
extern Str loadGopherDir(URLFile *uf, ParsedURL *pu, wc_ces * charset);
+extern Str loadGopherSearch(URLFile *uf, ParsedURL *pu, wc_ces * charset);
#endif /* USE_GOPHER */
extern Buffer *loadBuffer(URLFile *uf, Buffer *newBuf);
#ifdef USE_IMAGE