Add a manual page explaining the format of /etc/manpath.config.
[dragonfly/vkernel-mp.git] / tools / regression / p1003_1b / prutil.h
blob80ec7a280f501ab83705846f5242afd907724bf6
1 #ifndef _PRUTIL_H_
2 #define _PRUTIL_H_
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 06:29:11 dillon Exp $
7 */
9 struct sched_param;
11 void quit(const char *);
12 char *sched_text(int);
13 int sched_is(int line, struct sched_param *, int);
15 #endif /* _PRUTIL_H_ */