summaryrefslogtreecommitdiff
path: root/src/gopher.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-29 18:00:01 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-29 18:00:01 +0200
commit07804493ac17ff430302c7940f44b7525c0620e8 (patch)
tree885db4fd4576ef65df77d4d47a3ae354efdba01e /src/gopher.h
parent8d46b523f2948992343a9491a12dcec73f109c87 (diff)
Hierarchical navigation with Gopher and Titan
With Gopher, ensure that the item type changes to 1, and with Titan, change to normal Gemini.
Diffstat (limited to 'src/gopher.h')
-rw-r--r--src/gopher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gopher.h b/src/gopher.h
index 3ad7e374..3cad0c21 100644
--- a/src/gopher.h
+++ b/src/gopher.h
@@ -44,3 +44,5 @@ iDeclareTypeConstruction(Gopher)
44void open_Gopher (iGopher *, const iString *url); 44void open_Gopher (iGopher *, const iString *url);
45iBool processResponse_Gopher (iGopher *, const iBlock *data); 45iBool processResponse_Gopher (iGopher *, const iBlock *data);
46void cancel_Gopher (iGopher *); 46void cancel_Gopher (iGopher *);
47
48void setUrlItemType_Gopher (iString *url, char itemType);