From 4ed41f0ba7d200b481e7065a33d4c7175dd722c5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 03 Nov 2017 18:52:59 -0400 Subject: Add missing G_BEGIN_DECLS/G_END_DECLS to headers --- (limited to 'src/schemes/about') 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 -- cgit v0.9.1