X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=asn%2Fprt-grs.c;h=72c595ca62b075a4c10af393289166af9e5074a2;hb=d5841c7c5616c3259c78e90cbf8e5e96ebd3ab31;hp=e421656e47494188d4f804a4f80b99fc131184e5;hpb=bad46a884892e5ed522dcbbe06a53b1cef475007;p=yaz-moved-to-github.git diff --git a/asn/prt-grs.c b/asn/prt-grs.c index e421656..72c595c 100644 --- a/asn/prt-grs.c +++ b/asn/prt-grs.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-grs.c,v $ - * Revision 1.2 1995-08-28 10:58:58 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 * Added extra choice-entry to data to catch visiblestring. * * Revision 1.1 1995/08/17 12:47:09 quinn @@ -15,7 +21,6 @@ #include -int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); int z_TaggedElement(ODR o, Z_TaggedElement **p, int opt); int z_ElementData(ODR o, Z_ElementData **p, int opt); int z_ElementMetaData(ODR o, Z_ElementMetaData **p, int opt);