xref: /original-bsd/usr.bin/ar/extern.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1991, 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 #include <sys/cdefs.h>
11 
12 __BEGIN_DECLS
13 void	 badfmt __P((void));
14 void	 error __P((char *));
15 void	 orphans __P((char **argv));
16 int	 compare __P((char *));
17 int	 tmp __P((void));
18 char	*files __P((char **argv));
19 char	*rname __P((char *));
20 __END_DECLS
21