From: Ian Darwin Date: Tue, 30 Jun 1992 13:26:20 +0000 (+0000) Subject: Make two guys static. X-Git-Tag: FILE3_27~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de2ec5345f26f963012e7fc785a94dc378c5f416;p=file Make two guys static. --- diff --git a/src/names.h b/src/names.h index cdc641c4..ee291f50 100644 --- a/src/names.h +++ b/src/names.h @@ -27,7 +27,7 @@ #define L_MAIL 7 /* Electronic mail */ #define L_NEWS 8 /* Usenet Netnews */ -char *types[] = { +static char *types[] = { "c program text", "fortran program text", "make commands text" , @@ -40,7 +40,7 @@ char *types[] = { "can't happen error on names.h/types", 0}; -struct names { +static struct names { char *name; short type; } names[] = {