b8bd7ff98a5b4c2b43b1b9e60c8046e9e19f5aae
[unix-history] / usr / src / usr.bin / ar / extern.h
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)extern.h 8.1 (Berkeley) %G%
*/
#include <sys/cdefs.h>
__BEGIN_DECLS
void badfmt __P((void));
void error __P((char *));
void orphans __P((char **argv));
int compare __P((char *));
int tmp __P((void));
char *files __P((char **argv));
char *rname __P((char *));
__END_DECLS