diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2012-11-08 23:45:19 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2012-11-08 23:45:19 +0000 |
| commit | dfd91f79a34a3e1b51fa5ec7233fb9c99efd69bf (patch) | |
| tree | f7685da3d8aebfc5f5dbcbb449d3cc1281e3b0d5 /bin/ls/extern.h | |
| parent | 56eaeab4999ae23b7791c375b962816e033f10a9 (diff) | |
Notes
Diffstat (limited to 'bin/ls/extern.h')
| -rw-r--r-- | bin/ls/extern.h | 12 |
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; |
