X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2Fdiagbib1.c;h=3e02d93adabe720bc2308302c77999f187b5bd2e;hb=fce935c96fc52b25533514e03fdd16b0d34f855e;hp=a2c71293ce6fa33167ba7aa5a90ea4d4ba78e8c5;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;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++)