mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
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:
committed by
Matthias Clasen
parent
3ca6489941
commit
b8fb9fd074
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user