diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-15 19:39:14 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-15 19:39:14 -0400 |
commit | 327e72f9fb9a44e9756dd037c2562701925a6a81 (patch) | |
tree | 96cfc2f3cd678cca516fad3864064e0c51aaa070 /glib/genviron.h | |
parent | 7df9637f0f09a2eefaddb1a76f171dc3f20e3430 (diff) | |
download | glib-327e72f9fb9a44e9756dd037c2562701925a6a81.tar.gz |
And fix the syntax, too
Diffstat (limited to 'glib/genviron.h')
-rw-r--r-- | glib/genviron.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ */ |