diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-12-28 19:26:06 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-12-28 19:26:06 +0000 |
commit | 6bd042dfe91731981811cccb8820b7f9bf6f4731 (patch) | |
tree | d0874fe3064e5fc602fd7072c939711711925261 /bin/ls/extern.h | |
parent | b0bc91e955fec541d6566cfe03fce9df97fa4bc0 (diff) |
Notes
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r-- | bin/ls/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 45b908d9cee19..f758a234fa11e 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -51,7 +51,7 @@ int len_octal __P((const char *, int)); int prn_octal __P((const char *)); int prn_printable __P((const char *)); #ifdef COLORLS -void parsecolors __P((char *cs)); +void parsecolors __P((const char *cs)); void colorquit __P((int)); extern char *ansi_fgcol; |