1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/honeyd/setenv.h Tue Aug 28 18:35:30 2012 +0200
1.3 @@ -0,0 +1,4 @@
1.4 +#ifndef LOC_SETENV_H
1.5 +# define LOC_SETENV_H
1.6 +int setenv(const char *, const char *, int);
1.7 +#endif /* not LOC_SETENV_H */