summaryrefslogtreecommitdiffstats
path: root/src/schemes/about/paths.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-03 18:52:59 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-03 18:52:59 (EDT)
commit4ed41f0ba7d200b481e7065a33d4c7175dd722c5 (patch)
tree3bbc86adb2653eb6ea8b8a97fc08c9288876aa25 /src/schemes/about/paths.h
parentc2a6b1d23472fb9bda5cf24c692208d4ebcd9f96 (diff)
downloadmarquee-4ed41f0ba7d200b481e7065a33d4c7175dd722c5.zip
marquee-4ed41f0ba7d200b481e7065a33d4c7175dd722c5.tar.gz
marquee-4ed41f0ba7d200b481e7065a33d4c7175dd722c5.tar.bz2
Add missing G_BEGIN_DECLS/G_END_DECLS to headers
Diffstat (limited to 'src/schemes/about/paths.h')
-rw-r--r--src/schemes/about/paths.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/schemes/about/paths.h b/src/schemes/about/paths.h
index 1208162..e90c49f 100644
--- a/src/schemes/about/paths.h
+++ b/src/schemes/about/paths.h
@@ -26,6 +26,8 @@
#include "../../application.h"
+G_BEGIN_DECLS
+
void
mq_about_version_response(MqApplication *application, GHashTable *query,
WebKitURISchemeRequest *request);
@@ -38,4 +40,6 @@ void
mq_about_marquee_response(MqApplication *application, GHashTable *query,
WebKitURISchemeRequest *request);
+G_END_DECLS
+
#endif