9 lines
94 B
C
9 lines
94 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _SETUPENV_H
|
||
|
#define _SETUPENV_H
|
||
|
|
||
|
void setup_env(struct passwd *);
|
||
|
|
||
|
#endif
|