X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2Fztest.c;h=cd6d1860b8bfef0e4d5bf8fad76f106c89ffa434;hb=79430a0c78468168265d169c185c87379b25616b;hp=b9e0c381f664da1f9a1a7421d949df5f4feb1424;hpb=09c145d7b569e19acd43a50a53c3a8846f7a1c43;p=yaz-moved-to-github.git diff --git a/ztest/ztest.c b/ztest/ztest.c index b9e0c38..cd6d186 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -1,13 +1,15 @@ /* - * Copyright (c) 1995-1999, Index Data. + * Copyright (c) 1995-2000, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * * NT Service interface by * Chas Woodfield, Fretwell Downing Datasystems. * * $Log: ztest.c,v $ - * Revision 1.28 1999-12-16 23:36:19 adam + * Revision 1.29 2000-01-12 14:36:07 adam + * Added printing stream (ODR) for backend functions. + * + * Revision 1.28 1999/12/16 23:36:19 adam * Implemented ILL protocol. Minor updates ASN.1 compiler. * * Revision 1.27 1999/11/30 13:47:12 adam @@ -211,6 +213,8 @@ int ztest_esrequest (void *handle, bend_esrequest_rr *rr) r->u.single_ASN1_type->len, 0); ill_ItemRequest (rr->decode, &item_req, 0, 0); + if (rr->print) + ill_ItemRequest (rr->print, &item_req, 0, 0); } } }