mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
205 B
C
14 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_ */
|