xref: /original-bsd/usr.sbin/timed/timedc/extern.h (revision 122f4730)
1 /*-
2  * Copyright (c) 1993 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)extern.h	5.1 (Berkeley) 05/11/93
8  */
9 
10 struct tsp;
11 
12 void	bytehostorder __P((struct tsp *));
13 void	bytenetorder __P((struct tsp *));
14 void	clockdiff __P((int, char *[]));
15 void	help __P((int, char *[]));
16 void	intr __P((int));
17 void	makeargv __P((void));
18 void	msite __P((int, char *[]));
19 int	priv_resources __P((void));
20 void	quit __P((void));
21 void	testing __P((int, char *[]));
22 void	tracing __P((int, char *[]));
23