xref: /freebsd/tools/regression/p1003_1b/prutil.h (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
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