summaryrefslogtreecommitdiffstats
path: root/src/utils/profile-icon.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-03 12:44:34 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-03 12:44:34 (EDT)
commit4272897568afe7a094160c79d6b8a5a2042e9220 (patch)
treeb64abcfbaa31faad1450c2752a8f0fb28ee69922 /src/utils/profile-icon.h
parent9bc91995f647eccec8e6758723e1f700877fc3f7 (diff)
downloadmarquee-4272897568afe7a094160c79d6b8a5a2042e9220.zip
marquee-4272897568afe7a094160c79d6b8a5a2042e9220.tar.gz
marquee-4272897568afe7a094160c79d6b8a5a2042e9220.tar.bz2
src/utils/*.h: Add/update include guards
Diffstat (limited to 'src/utils/profile-icon.h')
-rw-r--r--src/utils/profile-icon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/profile-icon.h b/src/utils/profile-icon.h
index 806a0b9..b18a71f 100644
--- a/src/utils/profile-icon.h
+++ b/src/utils/profile-icon.h
@@ -19,7 +19,12 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef MQ_UTILS_PROFILE_ICON_H
+#define MQ_UTILS_PROFILE_ICON_H
+
#include <glib.h>
gchar *
mq_profile_icon_new(const gchar *color);
+
+#endif /* MQ_UTILS_PROFILE_ICON_H */