X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=comstack%2Fcomstack.c;h=d46b49ebc8af86cf525bb8cbeaff0d04be38ed5c;hp=12429981ef8e66ce33c157c5d5953559e4a958d3;hb=a7827306d9d9fd634a4b4336944bee781fa61e32;hpb=6438b1afb3455d2b0aba71e90c873e3b8a6d5e54 diff --git a/comstack/comstack.c b/comstack/comstack.c index 1242998..d46b49e 100644 --- a/comstack/comstack.c +++ b/comstack/comstack.c @@ -1,10 +1,13 @@ /* - * Copyright (c) 1995, Index Data + * Copyright (c) 1995-1997, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: comstack.c,v $ - * Revision 1.3 1997-09-01 08:49:14 adam + * Revision 1.4 1997-09-29 07:16:14 adam + * Array cs_errlist no longer global. + * + * Revision 1.3 1997/09/01 08:49:14 adam * New windows NT/95 port using MSV5.0. Minor changes only. * * Revision 1.2 1995/09/29 17:01:48 quinn @@ -24,7 +27,7 @@ #include -const char *cs_errlist[] = +static const char *cs_errlist[] = { "No error or unspecified error", "System (lower-layer) error",