summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/ls.h')
-rw-r--r--bin/ls/ls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h
index 4d12b22..f01e351 100644
--- a/bin/ls/ls.h
+++ b/bin/ls/ls.h
@@ -50,8 +50,9 @@ extern int f_nonprint; /* show unprintables as ? */
extern int f_sectime; /* print the real time for all files */
extern int f_size; /* list size in short listing */
extern int f_slash; /* append a '/' if the file is a directory */
-extern int f_sortacross; /* sort across rows, not down columns */
+extern int f_sortacross; /* sort across rows, not down columns */
extern int f_statustime; /* use time of last mode change */
+extern char *f_timeformat; /* user-specified time format */
extern int f_notabs; /* don't use tab-separated multi-col output */
extern int f_type; /* add type character for non-regular files */
#ifdef COLORLS
OpenPOWER on IntegriCloud