add the environmental variable TZ
[unix-history] / usr / src / bin / ls / extern.h
CommitLineData
f800e92e 1/*-
59d11f9a
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
f800e92e
KB
4 *
5 * %sccs.include.redist.c%
6 *
59d11f9a 7 * @(#)extern.h 8.1 (Berkeley) %G%
f800e92e
KB
8 */
9
ccf9a8ec
KB
10int acccmp __P((const FTSENT *, const FTSENT *));
11int revacccmp __P((const FTSENT *, const FTSENT *));
12int modcmp __P((const FTSENT *, const FTSENT *));
13int revmodcmp __P((const FTSENT *, const FTSENT *));
14int namecmp __P((const FTSENT *, const FTSENT *));
15int revnamecmp __P((const FTSENT *, const FTSENT *));
16int statcmp __P((const FTSENT *, const FTSENT *));
17int revstatcmp __P((const FTSENT *, const FTSENT *));
e15d52dd 18
ccf9a8ec
KB
19char *flags_to_string __P((u_long, char *));
20void prcopy __P((char *, char *, int));
21void printcol __P((DISPLAY *));
22void printlong __P((DISPLAY *));
23void printscol __P((DISPLAY *));
24void usage __P((void));