summaryrefslogtreecommitdiffstats
path: root/src/utils/profile-icon.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-03 12:46:02 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-03 12:46:02 (EDT)
commit12c78553edef9f946b815b8aa1afcd209063bed1 (patch)
tree1ffabf79e383e86df22c2b645ecdb4d843cd0569 /src/utils/profile-icon.h
parent4272897568afe7a094160c79d6b8a5a2042e9220 (diff)
downloadmarquee-12c78553edef9f946b815b8aa1afcd209063bed1.zip
marquee-12c78553edef9f946b815b8aa1afcd209063bed1.tar.gz
marquee-12c78553edef9f946b815b8aa1afcd209063bed1.tar.bz2
src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLS
Diffstat (limited to 'src/utils/profile-icon.h')
-rw-r--r--src/utils/profile-icon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/profile-icon.h b/src/utils/profile-icon.h
index b18a71f..d4c8244 100644
--- a/src/utils/profile-icon.h
+++ b/src/utils/profile-icon.h
@@ -24,7 +24,11 @@
#include <glib.h>
+G_BEGIN_DECLS
+
gchar *
mq_profile_icon_new(const gchar *color);
+G_END_DECLS
+
#endif /* MQ_UTILS_PROFILE_ICON_H */