summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-26 10:24:09 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-26 10:24:09 +0200
commit91a6225d8508db01574d7da2c013cb30d6a87ec8 (patch)
treee3bd2c2f24a22c694c1c23aefd5fc531ae108723 /src/app.h
parent4708a6580e9af65cd15769e87487fdf4456f1e00 (diff)
DocumentWidget: Inline downloads
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 e29745c3..9a68c362 100644
--- a/src/app.h
+++ b/src/app.h
@@ -85,6 +85,7 @@ enum iColorTheme colorTheme_App (void);
85const iString * schemeProxy_App (iRangecc scheme); 85const iString * schemeProxy_App (iRangecc scheme);
86iBool willUseProxy_App (const iRangecc scheme); 86iBool willUseProxy_App (const iRangecc scheme);
87const iString * searchQueryUrl_App (const iString *queryStringUnescaped); 87const iString * searchQueryUrl_App (const iString *queryStringUnescaped);
88const iString * downloadPathForUrl_App(const iString *url, const iString *mime);
88 89
89typedef void (*iTickerFunc)(iAny *); 90typedef void (*iTickerFunc)(iAny *);
90 91