X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxsetenv.h;h=9d1df813dfae386b11f14d43f75009fda8b63da0;hb=d5d3e86d326de4aa7d661fde1ebb636f3efbffd5;hp=f90d069f2eb546f4f8249f41bab7cbd41ec1a9aa;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/xsetenv.h b/lib/xsetenv.h index f90d069f2..9d1df813d 100644 --- a/lib/xsetenv.h +++ b/lib/xsetenv.h @@ -1,5 +1,5 @@ /* Setting environment variables, with out-of-memory checking. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ /* Get unsetenv(). It can be used without error checking. */ #include "setenv.h" -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -27,6 +27,6 @@ extern "C" { With error checking. */ extern void xsetenv (const char *name, const char *value, int replace); -#ifdef __cplusplus +#ifdef __cplusplus } #endif