$OpenBSD: patch-ls_h,v 1.3 2003/08/27 00:41:51 naddy Exp $
--- ls.h.orig	2003-08-06 21:09:09.000000000 +0200
+++ ls.h	2003-08-27 00:31:29.000000000 +0200
@@ -50,6 +50,9 @@ extern int f_size;		/* list size in shor
 extern int f_statustime;	/* use time of last mode change */
 extern int f_type;		/* add type character for non-regular files */
 extern int f_typedir;		/* add type character for directories */
+#ifdef COLORLS
+extern int f_color;		/* add type in color for non-regular files */
+#endif
 
 typedef struct {
 	FTSENT *list;
