summaryrefslogtreecommitdiffstats
path: root/tools/regression/p1003_1b/prutil.h
blob: 3387b994b15131b0e6f81805c6acd2ad3fe6f091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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_ */
OpenPOWER on IntegriCloud