removed COMPAT_43 flag. the code was removed in df.c version 5.21.
[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 *
4e6c9859 7 * @(#)extern.h 8.1 (Berkeley) %G%
8152adc7
KB
8 */
9
10#include <sys/cdefs.h>
11
12__BEGIN_DECLS
13void badfmt __P((void));
14void error __P((char *));
15void orphans __P((char **argv));
16int compare __P((char *));
17int tmp __P((void));
18char *files __P((char **argv));
19char *rname __P((char *));
20__END_DECLS