From eafb108cafe257645fc0d16a16ac2764afed6d5a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 15 Feb 2012 15:25:47 +0100 Subject: [PATCH] gbytes: Add G_BEGIN/END_DECL guards Bug #670138. --- glib/gbytes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glib/gbytes.h b/glib/gbytes.h index 3532328..a120e21 100644 --- a/glib/gbytes.h +++ b/glib/gbytes.h @@ -27,6 +27,8 @@ #include #include +G_BEGIN_DECLS + GBytes * g_bytes_new (gconstpointer data, gsize size); @@ -67,4 +69,6 @@ gboolean g_bytes_equal (gconstpointer bytes1, gint g_bytes_compare (gconstpointer bytes1, gconstpointer bytes2); +G_END_DECLS + #endif /* __G_BYTES_H__ */ -- 2.7.4