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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h
index 3da163d..3f929e7 100644
--- a/bin/ls/ls.h
+++ b/bin/ls/ls.h
@@ -48,6 +48,7 @@ extern int f_inode; /* print inode */
extern int f_longform; /* long listing format */
extern int f_octal; /* print unprintables in octal */
extern int f_octal_escape; /* like f_octal but use C escapes if possible */
+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_statustime; /* use time of last mode change */
OpenPOWER on IntegriCloud