summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-28 08:36:53 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-28 08:36:53 +0200
commit4c4f4258b3425d63eae4e31ada3ca08b1e08b941 (patch)
treefb7b09b6eacea8f62be4b3163400b67c027d3a46 /src/gmdocument.h
parentc715da2cdea68d293af44d2799d979e96e02ccfe (diff)
Reporting TLS/SSL errors
A proper error page is now shown if there is an error during the TLS request.
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index f27446ab..84af3c98 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -107,6 +107,7 @@ enum iGmDocumentFormat {
107 107
108void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed); 108void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed);
109void setFormat_GmDocument (iGmDocument *, enum iGmDocumentFormat format); 109void setFormat_GmDocument (iGmDocument *, enum iGmDocumentFormat format);
110void setSiteBannerEnabled_GmDocument(iGmDocument *, iBool siteBannerEnabled);
110void setWidth_GmDocument (iGmDocument *, int width, int forceBreakWidth); 111void setWidth_GmDocument (iGmDocument *, int width, int forceBreakWidth);
111void redoLayout_GmDocument (iGmDocument *); 112void redoLayout_GmDocument (iGmDocument *);
112void setUrl_GmDocument (iGmDocument *, const iString *url); 113void setUrl_GmDocument (iGmDocument *, const iString *url);