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