xref: /original-bsd/bin/ps/extern.h (revision 9842e909)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)extern.h	5.2 (Berkeley) 06/03/91
8  */
9 
10 #include <sys/cdefs.h>
11 
12 extern VAR var[];
13 extern struct varent *vhead;
14 
15 __BEGIN_DECLS
16 void	 err __P((const char *, ...));
17 __END_DECLS
18