- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / tools / regression / p1003_1b / prutil.h
blob6ce20b0bc4776cc5249c7bea7eaa9bd1bddceefd
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 04: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_ */