175422Srwatson/*-
275422Srwatson * Copyright (c) 2001 Robert N. M. Watson
375422Srwatson * All rights reserved.
475422Srwatson *
575422Srwatson * Redistribution and use in source and binary forms, with or without
675422Srwatson * modification, are permitted provided that the following conditions
775422Srwatson * are met:
875422Srwatson * 1. Redistributions of source code must retain the above copyright
975422Srwatson *    notice, this list of conditions and the following disclaimer.
1075422Srwatson * 2. Redistributions in binary form must reproduce the above copyright
1175422Srwatson *    notice, this list of conditions and the following disclaimer in the
1275422Srwatson *    documentation and/or other materials provided with the distribution.
1375422Srwatson *
1475422Srwatson * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1575422Srwatson * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1675422Srwatson * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1775422Srwatson * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1875422Srwatson * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1975422Srwatson * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2075422Srwatson * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2175422Srwatson * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2275422Srwatson * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2375422Srwatson * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2475422Srwatson * SUCH DAMAGE.
2575422Srwatson *
2675422Srwatson * $FreeBSD: releng/10.2/tools/regression/security/proc_to_proc/scenario.h 75422 2001-04-11 17:21:14Z rwatson $
2775422Srwatson */
2875422Srwatson#ifndef _SCENARIO_H
2975422Srwatson#define _SCENARIO_H
3075422Srwatson
3175422Srwatsonint	setugid __P((int flag));
3275422Srwatsonint	enact_scenarios __P((void));
3375422Srwatson
3475422Srwatson#endif /* !_SCENARIO_H */
35