And fix the syntax, too

This commit is contained in:
Matthias Clasen 2011-10-15 19:39:14 -04:00
parent 7df9637f0f
commit 327e72f9fb

View File

@ -58,4 +58,6 @@ gchar ** g_environ_setenv (gchar **envp,
gchar ** g_environ_unsetenv (gchar **envp, gchar ** g_environ_unsetenv (gchar **envp,
const gchar *variable) G_GNUC_WARN_UNUSED_RESULT; const gchar *variable) G_GNUC_WARN_UNUSED_RESULT;
G_END_DECLS
#endif /* __G_ENVIRON_H__ */ #endif /* __G_ENVIRON_H__ */