use btree instead of hashing, don't have to resort later
[unix-history] / usr / src / usr.bin / ar / extern.h
CommitLineData
8152adc7
KB
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)extern.h 5.1 (Berkeley) %G%
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