freebsd-src/tools/regression/p1003_1b/prutil.h
Warner Losh 42b388439b Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:23 -06:00

14 lines
192 B
C

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