1#ifndef _PRUTIL_H_
2#define _PRUTIL_H_
3
4/*
5 */
6
7struct sched_param;
8
9void quit(const char *);
10char *sched_text(int);
11int sched_is(int line, struct sched_param *, int);
12
13#endif /* _PRUTIL_H_ */
14