summaryrefslogtreecommitdiffstats
path: root/src/schemes/about/paths.h
diff options
context:
space:
mode:
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