1241777Sed/*-
2241777Sed * Copyright (c) 1993, John Brezak
3241777Sed * All rights reserved.
4241777Sed *
5241777Sed * Redistribution and use in source and binary forms, with or without
6241777Sed * modification, are permitted provided that the following conditions
7241777Sed * are met:
8241777Sed * 1. Redistributions of source code must retain the above copyright
9241777Sed *    notice, this list of conditions and the following disclaimer.
10241777Sed * 2. Redistributions in binary form must reproduce the above copyright
11241777Sed *    notice, this list of conditions and the following disclaimer in the
12241777Sed *    documentation and/or other materials provided with the distribution.
13262435Sbrueffer * 3. Neither the name of the University nor the names of its contributors
14241777Sed *    may be used to endorse or promote products derived from this software
15241777Sed *    without specific prior written permission.
16241777Sed *
17241777Sed * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18241777Sed * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19241777Sed * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20241777Sed * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21241777Sed * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22241777Sed * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23241777Sed * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24241777Sed * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25241777Sed * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26241777Sed * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27241777Sed * SUCH DAMAGE.
28241777Sed *
29241777Sed * $FreeBSD$
30241777Sed */
31241777Sed
32241777Sedextern int from_inetd;
33241777Sed
34241777Sedvoid rusers_service(struct svc_req *, SVCXPRT *);
35