summaryrefslogtreecommitdiff
path: root/misc/colorls/patches/patch-ad
blob: 4e9c1de4964de5ad772bcff7f3585473459c3965 (plain)
1
2
3
4
5
6
7
8
9
10
--- ls.h.orig	Sun Dec 22 00:40:58 1996
+++ ls.h	Thu May 21 15:42:08 1998
@@ -54,6 +54,7 @@
 extern int f_size;		/* list size in short listing */
 extern int f_statustime;	/* use time of last mode change */
 extern int f_type;		/* add type character for non-regular files */
+extern int f_color;		/* add type in color for non-regular files */
 
 typedef struct {
 	FTSENT *list;