From e7cee21543398234962f8f5cf3a022f3e2c15052 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 6 Nov 2020 07:26:36 +0200 Subject: Link context menu item to bypass proxy IssueID #25 --- src/app.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index bf310d98..9c4bb669 100644 --- a/src/app.h +++ b/src/app.h @@ -64,6 +64,7 @@ iBool forceLineWrap_App (void); iBool forceSoftwareRender_App(void); enum iColorTheme colorTheme_App (void); const iString * schemeProxy_App (iRangecc scheme); +iBool willUseProxy_App (const iRangecc scheme); iGmCerts * certs_App (void); iVisited * visited_App (void); -- cgit v1.2.3