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