X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fprt-grs.c;h=9386b763c53090a14bd9582da39f0cba161f2694;hp=1c4db43994b84608919fff18eff260a9e25c9b45;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba diff --git a/asn/prt-grs.c b/asn/prt-grs.c index 1c4db43..9386b76 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.8 1999-04-20 09:56:48 adam + * Revision 1.9 1999-11-30 13:47:11 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.8 1999/04/20 09:56:48 adam * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun). * Modified all encoders/decoders to reflect this change. * @@ -32,7 +35,7 @@ * */ -#include +#include int z_TaggedElement(ODR o, Z_TaggedElement **p, int opt, const char *name); int z_ElementData(ODR o, Z_ElementData **p, int opt, const char *name);