159908Sbostic /*- 2*61885Sbostic * Copyright (c) 1993 3*61885Sbostic * The Regents of the University of California. All rights reserved. 459908Sbostic * 559908Sbostic * %sccs.include.redist.c% 659908Sbostic * 7*61885Sbostic * @(#)extern.h 8.1 (Berkeley) 06/06/93 859908Sbostic */ 959908Sbostic 1061095Sbostic #if __STDC__ 1159908Sbostic struct tsp; 1261095Sbostic #endif 1359908Sbostic 1461095Sbostic extern struct cmd cmdtab[]; 1561095Sbostic 1659908Sbostic void bytehostorder __P((struct tsp *)); 1759908Sbostic void bytenetorder __P((struct tsp *)); 1859908Sbostic void clockdiff __P((int, char *[])); 1959908Sbostic void help __P((int, char *[])); 2059908Sbostic void intr __P((int)); 2159908Sbostic void makeargv __P((void)); 2259908Sbostic void msite __P((int, char *[])); 2359908Sbostic int priv_resources __P((void)); 2459908Sbostic void quit __P((void)); 2559908Sbostic void testing __P((int, char *[])); 2659908Sbostic void tracing __P((int, char *[])); 27