(PARAMS): Update prototype.
[gnulib.git] / lib / setenv.h
1 #ifndef SETENV_H
2 # define SETENV_H 1
3
4 # undef __P
5 # if defined (__STDC__) && __STDC__
6 #  define       __P(x) x
7 # else
8 #  define       __P(x) ()
9 # endif
10
11 int
12   setenv __P ((const char *name, const char *value, int replace));
13
14 void
15   unsetenv __P ((const char *name));
16
17 #endif /* SETENV_H */