1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/tools/regression/p1003_1b/prutil.h
2000-02-16 14:28:42 +00:00

15 lines
205 B
C

#ifndef _PRUTIL_H_
#define _PRUTIL_H_
/*
* $FreeBSD$
*/
struct sched_param;
void quit(const char *);
char *sched_text(int);
int sched_is(int line, struct sched_param *, int);
#endif /* _PRUTIL_H_ */