X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fprt-grs.c;h=72c595ca62b075a4c10af393289166af9e5074a2;hp=a81bafaeeda1508da37c83c344a406d9f0d8f967;hb=63cafe41a93427118959a74201b3e331169a71d9;hpb=9c459af695605b44a044ad206562818be10034f1 diff --git a/asn/prt-grs.c b/asn/prt-grs.c index a81bafa..72c595c 100644 --- a/asn/prt-grs.c +++ b/asn/prt-grs.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-grs.c,v $ - * Revision 1.3 1995-09-27 15:02:43 quinn + * Revision 1.4 1995-09-29 17:11:55 quinn + * Smallish + * + * Revision 1.3 1995/09/27 15:02:43 quinn * Modified function heads & prototypes. * * Revision 1.2 1995/08/28 10:58:58 quinn @@ -29,7 +32,7 @@ int z_HitVector(ODR o, Z_HitVector **p, int opt); int z_Triple(ODR o, Z_Triple **p, int opt); int z_Variant(ODR o, Z_Variant **p, int opt); -int MDF z_GenericRecord(ODR o, Z_GenericRecord **p, int opt) +int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt) { if (o->direction == ODR_DECODE) *p = odr_malloc(o, sizeof(**p));