From 12c78553edef9f946b815b8aa1afcd209063bed1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 03 Nov 2017 12:46:02 -0400 Subject: src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLS --- (limited to 'src/utils/html.h') diff --git a/src/utils/html.h b/src/utils/html.h index e8b9c16..f0b0345 100644 --- a/src/utils/html.h +++ b/src/utils/html.h @@ -24,6 +24,8 @@ #include +G_BEGIN_DECLS + gchar * mq_html_document(const gchar *title, ...) G_GNUC_NULL_TERMINATED; @@ -85,4 +87,6 @@ mq_html_input_select(const gchar *name, const gchar *label, gchar * mq_html_input_iframe(const gchar *src); +G_END_DECLS + #endif /* MQ_UTILS_HTML_H */ -- cgit v0.9.1