summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/setenv.h
blob: 9670bc97b0efedc1f80eca5a5bc3c2e45ad61851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id: setenv.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */

#ifndef _BSD_SETENV_H
#define _BSD_SETENV_H

#include "config.h"

#ifndef HAVE_SETENV

int setenv(register const char *name, register const char *value, int rewrite);

#endif /* !HAVE_SETENV */

#endif /* _BSD_SETENV_H */