9 lines
144 B
C
9 lines
144 B
C
/* $Id: setupenv.h,v 1.1 2002/01/05 13:57:10 mbroek Exp $ */
|
|
|
|
#ifndef _SETUPENV_H
|
|
#define _SETUPENV_H
|
|
|
|
void setup_env(struct passwd *);
|
|
|
|
#endif
|