xref: /freebsd/tools/regression/p1003_1b/prutil.h (revision a4e5e0106ac7145f56eb39a691e302cabb4635be)
1 #ifndef _PRUTIL_H_
2 #define _PRUTIL_H_
3 
4 /*
5  */
6 
7 struct sched_param;
8 
9 void quit(const char *);
10 char *sched_text(int);
11 int sched_is(int line, struct sched_param *, int);
12 
13 #endif /* _PRUTIL_H_ */
14