scenario.h revision 272461
152284Sobrien/*-
252284Sobrien * Copyright (c) 2001 Robert N. M. Watson
352284Sobrien * All rights reserved.
452284Sobrien *
552284Sobrien * Redistribution and use in source and binary forms, with or without
652284Sobrien * modification, are permitted provided that the following conditions
752284Sobrien * are met:
852284Sobrien * 1. Redistributions of source code must retain the above copyright
952284Sobrien *    notice, this list of conditions and the following disclaimer.
1052284Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1152284Sobrien *    notice, this list of conditions and the following disclaimer in the
1250397Sobrien *    documentation and/or other materials provided with the distribution.
1350397Sobrien *
1450397Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1550397Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1650397Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1750397Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1850397Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1952284Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2052284Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2152284Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2250397Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2352284Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2452284Sobrien * SUCH DAMAGE.
2552284Sobrien *
2652284Sobrien * $FreeBSD: releng/10.1/tools/regression/security/proc_to_proc/scenario.h 75422 2001-04-11 17:21:14Z rwatson $
2752284Sobrien */
2852284Sobrien#ifndef _SCENARIO_H
2952284Sobrien#define _SCENARIO_H
3050397Sobrien
3150397Sobrienint	setugid __P((int flag));
3250397Sobrienint	enact_scenarios __P((void));
3350397Sobrien
3450397Sobrien#endif /* !_SCENARIO_H */
3550397Sobrien