summaryrefslogtreecommitdiffstats
path: root/bin/ls/extern.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-05-19 02:51:36 +0000
committertjr <tjr@FreeBSD.org>2002-05-19 02:51:36 +0000
commit18037eb7abbc88a96356f5301de4264b7e15e365 (patch)
tree28b290e569abcd5762e812b539f2164dfff413d9 /bin/ls/extern.h
parent1f1f792674c9b3099aaa76909c7265fd5b213123 (diff)
downloadFreeBSD-src-18037eb7abbc88a96356f5301de4264b7e15e365.zip
FreeBSD-src-18037eb7abbc88a96356f5301de4264b7e15e365.tar.gz
Add missing options required by SUSv3:
-m List files across the page, separated by commas. -p Print a slash after directory names -x Same as -C but sort across the columns rather than down Submitted by: Kyle Martin <mkm@ieee.org>
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r--bin/ls/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index e0d4b6a..d6b4208 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -46,6 +46,7 @@ int revstatcmp(const FTSENT *, const FTSENT *);
void printcol(DISPLAY *);
void printlong(DISPLAY *);
void printscol(DISPLAY *);
+void printstream(DISPLAY *);
void usage(void);
size_t len_octal(const char *, int);
int prn_octal(const char *);
OpenPOWER on IntegriCloud