X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=asn%2Fdiagbib1.c;h=3e02d93adabe720bc2308302c77999f187b5bd2e;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hp=a2c71293ce6fa33167ba7aa5a90ea4d4ba78e8c5;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82;p=yaz-moved-to-github.git diff --git a/asn/diagbib1.c b/asn/diagbib1.c index a2c7129..3e02d93 100644 --- a/asn/diagbib1.c +++ b/asn/diagbib1.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: diagbib1.c,v $ - * Revision 1.2 1995-05-16 08:50:21 quinn + * Revision 1.3 1995-09-27 15:02:39 quinn + * Modified function heads & prototypes. + * + * Revision 1.2 1995/05/16 08:50:21 quinn * License, documentation, and memory fixes * * Revision 1.1 1995/03/15 13:46:09 adam @@ -91,7 +94,7 @@ struct { { 0, NULL} }; -const char *diagbib1_str (int code) +const char MDF *diagbib1_str (int code) { int i; for (i=0; msg_tab[i].msg; i++)