Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 3 Aug 2005 13:59:43 +0000 (13:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 3 Aug 2005 13:59:43 +0000 (13:59 +0000)
2005-08-03  Matthias Clasen  <mclasen@redhat.com>

* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gstdio.h

index 8404e82..bcc679d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
+
 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.c (g_convert_with_iconv): Don't go in an
index 8404e82..bcc679d 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
+
 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.c (g_convert_with_iconv): Don't go in an
index 8404e82..bcc679d 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
+
 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.c (g_convert_with_iconv): Don't go in an
index 8404e82..bcc679d 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
+
 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.c (g_convert_with_iconv): Don't go in an
index 5b85314..8b134af 100644 (file)
@@ -27,6 +27,8 @@
 
 #if defined(G_OS_UNIX) && !defined(G_STDIO_NO_WRAP_ON_UNIX)
 
+G_BEGIN_DECLS
+
 /* Just pass on to the system functions, so there's no potential for data
  * format mismatches, especially with large file interfaces.
  */
@@ -98,6 +100,8 @@ FILE *g_freopen (const gchar *filename,
                  const gchar *mode,
                  FILE        *stream);
 
+G_END_DECLS
+
 #endif /* G_OS_UNIX */
 
 #endif /* __G_STDIO_H__ */