xref: /original-bsd/usr.bin/ar/extern.h (revision 3413c235)
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.2 (Berkeley) 04/01/94
8  */
9 
10 int	append __P((char **));
11 void	badfmt __P((void));
12 int	compare __P((char *));
13 int	contents __P((char **));
14 int	delete __P((char **));
15 void	error __P((char *));
16 int	extract __P((char **));
17 char   *files __P((char **argv));
18 int	move __P((char **));
19 void	orphans __P((char **argv));
20 int	print __P((char **));
21 int	replace __P((char **));
22 char   *rname __P((char *));
23 int	tmp __P((void));
24 
25 extern char *archive;
26 extern char *posarg, *posname;		/* positioning file name */
27 extern char *tname;                     /* temporary file "name" */
28 extern CHDR chdr;			/* converted header */
29