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, 3 insertions, 0 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h
index 1a45eb4..e486777 100644
--- a/bin/ls/ls.h
+++ b/bin/ls/ls.h
@@ -37,6 +37,8 @@
#define HUMANVALSTR_LEN 5
+#define LS_XO_VERSION "1"
+
extern long blocksize; /* block size units */
extern int f_accesstime; /* use time of last access */
@@ -58,6 +60,7 @@ extern int f_statustime; /* use time of last mode change */
extern int f_thousands; /* show file sizes with thousands separators */
extern char *f_timeformat; /* user-specified time format */
extern int f_notabs; /* don't use tab-separated multi-col output */
+extern int f_numericonly; /* don't convert uid/gid to name */
extern int f_type; /* add type character for non-regular files */
#ifdef COLORLS
extern int f_color; /* add type in color for non-regular files */
OpenPOWER on IntegriCloud