Add G_BEGIN_DECLS/G_END_DECLS. (#312424)

2005-08-03  Matthias Clasen  <mclasen@redhat.com>

	* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
This commit is contained in:
Matthias Clasen
2005-08-03 13:59:43 +00:00
committed by Matthias Clasen
parent 3ca6489941
commit b8fb9fd074
5 changed files with 20 additions and 0 deletions

View 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__ */