1173412Skevlo/*	$FreeBSD$	*/
2173412Skevlo
31553Srgrimes/*-
41553Srgrimes * Copyright (c) 1993
51553Srgrimes *	The Regents of the University of California.  All rights reserved.
61553Srgrimes *
71553Srgrimes * Redistribution and use in source and binary forms, with or without
81553Srgrimes * modification, are permitted provided that the following conditions
91553Srgrimes * are met:
101553Srgrimes * 1. Redistributions of source code must retain the above copyright
111553Srgrimes *    notice, this list of conditions and the following disclaimer.
121553Srgrimes * 2. Redistributions in binary form must reproduce the above copyright
131553Srgrimes *    notice, this list of conditions and the following disclaimer in the
141553Srgrimes *    documentation and/or other materials provided with the distribution.
151553Srgrimes * 4. Neither the name of the University nor the names of its contributors
161553Srgrimes *    may be used to endorse or promote products derived from this software
171553Srgrimes *    without specific prior written permission.
181553Srgrimes *
191553Srgrimes * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
201553Srgrimes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
211553Srgrimes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
221553Srgrimes * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
231553Srgrimes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
241553Srgrimes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
251553Srgrimes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
261553Srgrimes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
271553Srgrimes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
281553Srgrimes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
291553Srgrimes * SUCH DAMAGE.
301553Srgrimes *
311553Srgrimes *	@(#)extern.h	8.1 (Berkeley) 6/6/93
321553Srgrimes */
331553Srgrimes
341553Srgrimes#if __STDC__
351553Srgrimesstruct tsp;
361553Srgrimes#endif
371553Srgrimes
381553Srgrimesextern struct cmd cmdtab[];
391553Srgrimes
40173412Skevlovoid	bytehostorder(struct tsp *);
41173412Skevlovoid	bytenetorder(struct tsp *);
42173412Skevlovoid	clockdiff(int, char *[]);
43173412Skevlovoid	help(int, char *[]);
44173412Skevlovoid	intr(int);
45173412Skevlovoid	makeargv(void);
46173412Skevlovoid	msite(int, char *[]);
47173412Skevloint	priv_resources(void);
48173412Skevlovoid	quit(void);
49173412Skevlovoid	testing(int, char *[]);
50173412Skevlovoid	tracing(int, char *[]);
51