summaryrefslogtreecommitdiff
path: root/bin/ls/extern.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-20 18:59:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-20 18:59:27 +0000
commite92fd9159fb6edd717fedda1a9ddc053b30649d8 (patch)
tree1c296a2c25a241031362d723d7bb889fdfd62f42 /bin/ls/extern.h
parentbbbc0796d6175153f1d371444f8f8127a6f008e8 (diff)
add -x, -p, and -m options, based on netbsd work
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r--bin/ls/extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index 8cf45e32dee..5126f0057d0 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:20:18 deraadt Exp $ */
+/* $OpenBSD: extern.h,v 1.3 1999/02/20 18:59:24 deraadt Exp $ */
/* $NetBSD: extern.h,v 1.5 1995/03/21 09:06:24 cgd Exp $ */
/*-
@@ -50,6 +50,8 @@ int revsizecmp __P((const FTSENT *, const FTSENT *));
char *flags_to_string __P((u_long, char *));
void prcopy __P((char *, char *, int));
void printcol __P((DISPLAY *));
+void printacol __P((DISPLAY *));
void printlong __P((DISPLAY *));
void printscol __P((DISPLAY *));
+void printstream __P((DISPLAY *));
void usage __P((void));