]> andersk Git - gssapi-openssh.git/blob - openssh/openbsd-compat/setenv.h
o Bump version to 2.7.
[gssapi-openssh.git] / openssh / openbsd-compat / setenv.h
1 /* $Id$ */
2
3 #ifndef _BSD_SETENV_H
4 #define _BSD_SETENV_H
5
6 #include "config.h"
7
8 #ifndef HAVE_SETENV
9
10 int setenv(register const char *name, register const char *value, int rewrite);
11
12 #endif /* !HAVE_SETENV */
13
14 #endif /* _BSD_SETENV_H */
This page took 0.280728 seconds and 5 git commands to generate.