prutil.h revision 57257
1#ifndef _PRUTIL_H_
2#define _PRUTIL_H_
3
4/*
5 * $FreeBSD: head/tools/regression/p1003_1b/prutil.h 57257 2000-02-16 14:28:42Z dufault $
6 */
7
8struct sched_param;
9
10void quit(const char *);
11char *sched_text(int);
12int sched_is(int line, struct sched_param *, int);
13
14#endif /* _PRUTIL_H_ */
15