#ifndef _PRUTIL_H_ #define _PRUTIL_H_ /* * $FreeBSD: src/tools/regression/p1003_1b/prutil.h,v 1.1 2000/02/16 14:28:42 dufault Exp $ * $DragonFly: src/tools/regression/p1003_1b/prutil.h,v 1.2 2003/06/17 04:29:11 dillon Exp $ */ struct sched_param; void quit(const char *); char *sched_text(int); int sched_is(int line, struct sched_param *, int); #endif /* _PRUTIL_H_ */