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