1*bec77c5fSjoerg /* $NetBSD: timedc-extern.h,v 1.6 2011/08/31 13:32:41 joerg Exp $ */ 23fe138c1Sperry 34bb7cfabScgd /*- 44bb7cfabScgd * Copyright (c) 1993 The Regents of the University of California. 54bb7cfabScgd * All rights reserved. 64bb7cfabScgd * 74bb7cfabScgd * Redistribution and use in source and binary forms, with or without 84bb7cfabScgd * modification, are permitted provided that the following conditions 94bb7cfabScgd * are met: 104bb7cfabScgd * 1. Redistributions of source code must retain the above copyright 114bb7cfabScgd * notice, this list of conditions and the following disclaimer. 124bb7cfabScgd * 2. Redistributions in binary form must reproduce the above copyright 134bb7cfabScgd * notice, this list of conditions and the following disclaimer in the 144bb7cfabScgd * documentation and/or other materials provided with the distribution. 15326b2259Sagc * 3. Neither the name of the University nor the names of its contributors 164bb7cfabScgd * may be used to endorse or promote products derived from this software 174bb7cfabScgd * without specific prior written permission. 184bb7cfabScgd * 194bb7cfabScgd * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 204bb7cfabScgd * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 214bb7cfabScgd * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 224bb7cfabScgd * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 234bb7cfabScgd * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 244bb7cfabScgd * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 254bb7cfabScgd * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 264bb7cfabScgd * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 274bb7cfabScgd * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 284bb7cfabScgd * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 294bb7cfabScgd * SUCH DAMAGE. 304bb7cfabScgd * 314bb7cfabScgd * @(#)extern.h 5.1 (Berkeley) 5/11/93 324bb7cfabScgd */ 334bb7cfabScgd 344bb7cfabScgd struct tsp; 354bb7cfabScgd 364bb7cfabScgd void bytehostorder(struct tsp *); 374bb7cfabScgd void bytenetorder(struct tsp *); 384bb7cfabScgd void clockdiff(int, char *[]); 394bb7cfabScgd void help(int, char *[]); 40*bec77c5fSjoerg void intr(int) __dead; 4191223596Sitojun int makeargv(void); 424bb7cfabScgd void msite(int, char *[]); 434bb7cfabScgd int priv_resources(void); 44*bec77c5fSjoerg void quit(int, char *[]) __dead; 454bb7cfabScgd void testing(int, char *[]); 464bb7cfabScgd void tracing(int, char *[]); 47