summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.h b/src/app.h
index efaf0a3e..54c60d10 100644
--- a/src/app.h
+++ b/src/app.h
@@ -75,6 +75,7 @@ iBool forceSoftwareRender_App(void);
75enum iColorTheme colorTheme_App (void); 75enum iColorTheme colorTheme_App (void);
76const iString * schemeProxy_App (iRangecc scheme); 76const iString * schemeProxy_App (iRangecc scheme);
77iBool willUseProxy_App (const iRangecc scheme); 77iBool willUseProxy_App (const iRangecc scheme);
78const iString * searchQueryUrl_App (const iString *queryStringUnescaped);
78 79
79typedef void (*iTickerFunc)(iAny *); 80typedef void (*iTickerFunc)(iAny *);
80 81