diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-11-11 10:29:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 10:29:36 +0000 |
commit | 3f165adb3d9a4caf7cc4c146cb712ec1db772e24 (patch) | |
tree | f8dac2150c376df8139399b0454d9124a2d03f87 /proto.h | |
parent | Update ChangeLog (diff) | |
parent | Remove useless loop (diff) | |
download | w3m-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |