1 #ifndef _PRUTIL_H_ 2 #define _PRUTIL_H_ 3 4 /* 5 * $FreeBSD: src/tools/regression/p1003_1b/prutil.h,v 1.1 2000/02/16 14:28:42 dufault Exp $ 6 * $DragonFly: src/tools/regression/p1003_1b/prutil.h,v 1.2 2003/06/17 04:29:11 dillon Exp $ 7 */ 8 9 struct sched_param; 10 11 void quit(const char *); 12 char *sched_text(int); 13 int sched_is(int line, struct sched_param *, int); 14 15 #endif /* _PRUTIL_H_ */ 16