summaryrefslogtreecommitdiffstats
path: root/src/utils/svg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/svg.h')
-rw-r--r--src/utils/svg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/svg.h b/src/utils/svg.h
index 9161708..506cdb2 100644
--- a/src/utils/svg.h
+++ b/src/utils/svg.h
@@ -24,10 +24,14 @@
#include <glib.h>
+G_BEGIN_DECLS
+
gboolean
mq_svg_is_color_valid(const gchar *color) G_GNUC_PURE;
gchar *
mq_svg_set_color(const gchar *svg, const gchar *color);
+G_END_DECLS
+
#endif /* MQ_UTILS_SVG_H */