summaryrefslogtreecommitdiffstats
path: root/src/utils/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/resources.h')
-rw-r--r--src/utils/resources.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/resources.h b/src/utils/resources.h
index 3d7d4a5..3e77c86 100644
--- a/src/utils/resources.h
+++ b/src/utils/resources.h
@@ -26,8 +26,12 @@
#include "../application.h"
+G_BEGIN_DECLS
+
void
mq_resource_response(MqApplication *application, const gchar *path,
WebKitURISchemeRequest *request);
+G_END_DECLS
+
#endif /* MQ_UTILS_RESOURCES_H */