From 8f5fd01ed689cbf04297e38f5cfdbe08dc330762 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 6 Jun 2000 07:14:01 +0000 Subject: Move colorquit() prototype to extern.h Add "extern" to variables declarations in extern.h to not make them commons into each compiled file. --- bin/ls/ls.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/ls/ls.c') diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 9bda2b1..84bc730 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -121,7 +121,6 @@ int f_color; /* add type in color for non-regular files */ char *ansi_bgcol; /* ANSI sequence to set background colour */ char *ansi_fgcol; /* ANSI sequence to set foreground colour */ char *ansi_coloff; /* ANSI sequence to reset colours */ -extern void colorquit __P((int)); #endif int rval; -- cgit v1.1