9 lines
90 B
C
9 lines
90 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _SUB_H
|
||
|
#define _SUB_H
|
||
|
|
||
|
void subsystem(const struct passwd *);
|
||
|
|
||
|
#endif
|