diff -r 37c544fc0159 -r 1074e5934dd9 honeyd/setenv.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/honeyd/setenv.h Tue Aug 28 18:35:30 2012 +0200 @@ -0,0 +1,4 @@ +#ifndef LOC_SETENV_H +# define LOC_SETENV_H +int setenv(const char *, const char *, int); +#endif /* not LOC_SETENV_H */