summaryrefslogtreecommitdiffstats
path: root/src/about.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-29 18:06:25 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-29 18:06:25 (EDT)
commitfeda98f9c3ecadeaf364f16c12d112e19ce7183f (patch)
tree78c71643bedbd32a81502219d6c40db3c6934da6 /src/about.h
parent85b5c16b09320d6da34dd552c79ad28a43e9debf (diff)
downloadmarquee-feda98f9c3ecadeaf364f16c12d112e19ce7183f.zip
marquee-feda98f9c3ecadeaf364f16c12d112e19ce7183f.tar.gz
marquee-feda98f9c3ecadeaf364f16c12d112e19ce7183f.tar.bz2
about: Make path handlers send responses to WK
Diffstat (limited to 'src/about.h')
-rw-r--r--src/about.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/about.h b/src/about.h
index a502cd9..f28d9fe 100644
--- a/src/about.h
+++ b/src/about.h
@@ -29,4 +29,7 @@
void
mq_about_request(WebKitURISchemeRequest *request, MqApplication *application);
+void
+mq_about_response(WebKitURISchemeRequest *request, gchar *contents);
+
#endif