summaryrefslogtreecommitdiffstats
path: root/bin/ls/extern.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-06-06 06:52:03 +0000
committerache <ache@FreeBSD.org>2000-06-06 06:52:03 +0000
commit1b57c1627cd95f6a8b7ea5bc85f15e6254320c4f (patch)
tree014483485b1b2df4cb49634510a6a114dea29739 /bin/ls/extern.h
parentba3f3c2ac7e2d3c0db4e6534051fedbd6cfd0abb (diff)
downloadFreeBSD-src-1b57c1627cd95f6a8b7ea5bc85f15e6254320c4f.zip
FreeBSD-src-1b57c1627cd95f6a8b7ea5bc85f15e6254320c4f.tar.gz
Make signal handler safe - don't use stdio (pointed by bde)
Staticize some color functions Add yet one tolower() call which is forgotten after check Don't check for OOPS - not really needed
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r--bin/ls/extern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index 9707ea7..5f063cd 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -53,8 +53,6 @@ int len_octal __P((char *, int));
int prn_octal __P((char *));
#ifdef COLORLS
void parsecolors __P((char *cs));
-int colortype __P((mode_t mode));
-void endcolor __P((void));
char *ansi_fgcol;
char *ansi_bgcol;
OpenPOWER on IntegriCloud