From 327e72f9fb9a44e9756dd037c2562701925a6a81 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 15 Oct 2011 19:39:14 -0400 Subject: [PATCH] And fix the syntax, too --- glib/genviron.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/genviron.h b/glib/genviron.h index 47fa7c3d9..ac98f49f9 100644 --- a/glib/genviron.h +++ b/glib/genviron.h @@ -58,4 +58,6 @@ gchar ** g_environ_setenv (gchar **envp, gchar ** g_environ_unsetenv (gchar **envp, const gchar *variable) G_GNUC_WARN_UNUSED_RESULT; +G_END_DECLS + #endif /* __G_ENVIRON_H__ */