1 #ifndef _PRUTIL_H_ 2 #define _PRUTIL_H_ 3 4 /* 5 * $FreeBSD$ 6 */ 7 8 struct sched_param; 9 10 void quit(const char *); 11 char *sched_text(int); 12 int sched_is(int line, struct sched_param *, int); 13 14 #endif /* _PRUTIL_H_ */ 15
1 #ifndef _PRUTIL_H_ 2 #define _PRUTIL_H_ 3 4 /* 5 * $FreeBSD$ 6 */ 7 8 struct sched_param; 9 10 void quit(const char *); 11 char *sched_text(int); 12 int sched_is(int line, struct sched_param *, int); 13 14 #endif /* _PRUTIL_H_ */ 15