X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstodr.c;h=b57c656829d1c45059b89831aad12ed3c71cc566;hb=49cb82c6f1a4a54272ee8ec1ec4331d59da3d190;hp=1ebacf39982b92499eb9648b2476010eb3ec23fb;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/test/tstodr.c b/test/tstodr.c index 1ebacf3..b57c656 100644 --- a/test/tstodr.c +++ b/test/tstodr.c @@ -2,13 +2,12 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tstodr.c,v 1.9 2007-01-03 08:42:16 adam Exp $ + * $Id: tstodr.c,v 1.12 2007-08-13 16:23:30 mike Exp $ * */ #include #include -#include -#include +#include #include "tstodrcodec.h" #include @@ -67,7 +66,7 @@ void tst_MySequence1(ODR encode, ODR decode) YAZ_CHECK(t->myoid); if (t->myoid) { - int *myoid = odr_getoidbystr(decode, MYOID); + Odr_oid *myoid = odr_getoidbystr(decode, MYOID); YAZ_CHECK(oid_oidcmp(myoid, t->myoid) == 0); }