X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zutil%2Fquery.c;h=d0fd48e10ea0c042476056a7e7b916c090239461;hp=4ad90da16802c375ce2aa6517ca0b4687b7a4b64;hb=d205d4870b1d64af05e9d6f6a2223086af4cce9e;hpb=35288d484fe640629398ac8e0c937ced92c75ae0 diff --git a/zutil/query.c b/zutil/query.c index 4ad90da..d0fd48e 100644 --- a/zutil/query.c +++ b/zutil/query.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: query.c,v $ - * Revision 1.2 1999-06-09 14:01:33 adam + * Revision 1.3 1999-12-16 23:36:19 adam + * Implemented ILL protocol. Minor updates ASN.1 compiler. + * + * Revision 1.2 1999/06/09 14:01:33 adam * Fixed for compiled ASN.1. * * Revision 1.1 1999/06/08 10:10:16 adam @@ -26,8 +29,8 @@ #include #include -#include -#include +#include +#include static Z_Complex *makecomplex(ODR o, char **buf); static Z_Operand *makesimple(ODR o, char **buf);