10 lines
110 B
C
10 lines
110 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _LIMITS_H_
|
||
|
#define _LIMITS_H_
|
||
|
|
||
|
|
||
|
void setup_limits(const struct passwd *);
|
||
|
|
||
|
#endif
|