prettyness police
[unix-history] / usr / src / usr.bin / ar / extern.h
CommitLineData
8152adc7 1/*-
4e6c9859
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
8152adc7
KB
4 *
5 * %sccs.include.redist.c%
6 *
706c0358 7 * @(#)extern.h 8.2 (Berkeley) %G%
8152adc7
KB
8 */
9
706c0358
JSP
10int append __P((char **));
11void badfmt __P((void));
12int compare __P((char *));
13int contents __P((char **));
14int delete __P((char **));
15void error __P((char *));
16int extract __P((char **));
17char *files __P((char **argv));
18int move __P((char **));
19void orphans __P((char **argv));
20int print __P((char **));
21int replace __P((char **));
22char *rname __P((char *));
23int tmp __P((void));
8152adc7 24
706c0358
JSP
25extern char *archive;
26extern char *posarg, *posname; /* positioning file name */
27extern char *tname; /* temporary file "name" */
28extern CHDR chdr; /* converted header */