summaryrefslogtreecommitdiff
path: root/bin/ls/extern.h
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2012-11-08 23:45:19 +0000
committerGreg Lehey <grog@FreeBSD.org>2012-11-08 23:45:19 +0000
commitdfd91f79a34a3e1b51fa5ec7233fb9c99efd69bf (patch)
treef7685da3d8aebfc5f5dbcbb449d3cc1281e3b0d5 /bin/ls/extern.h
parent56eaeab4999ae23b7791c375b962816e033f10a9 (diff)
Notes
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r--bin/ls/extern.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index f290fbbe7e05..90a20a828863 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -55,12 +55,12 @@ int prn_octal(const char *);
int prn_printable(const char *);
#ifdef COLORLS
void parsecolors(const char *cs);
-void colorquit(int);
+void colorquit(int);
-extern char *ansi_fgcol;
-extern char *ansi_bgcol;
-extern char *ansi_coloff;
-extern char *attrs_off;
-extern char *enter_bold;
+extern char *ansi_fgcol;
+extern char *ansi_bgcol;
+extern char *ansi_coloff;
+extern char *attrs_off;
+extern char *enter_bold;
#endif
extern int termwidth;