X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft7.c;h=c100a8d8d4224a3231342e864aefefdea1178601;hb=f24cd8a4e4caa9629e6320cfc81a57011c2e9d5e;hp=25b6cc6c24e4841095691bb60aa7e0966d840c91;hpb=9af25502b9e14213d1d44e99e38f752c3a174b44;p=idzebra-moved-to-github.git diff --git a/test/api/t7.c b/test/api/t7.c index 25b6cc6..c100a8d 100644 --- a/test/api/t7.c +++ b/test/api/t7.c @@ -1,6 +1,6 @@ -/* $Id: t7.c,v 1.5 2004-12-02 11:28:20 adam Exp $ - Copyright (C) 2004 - Index Data Aps +/* $Id: t7.c,v 1.8 2005-03-09 12:14:42 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -49,7 +49,7 @@ int main(int argc, char **argv) "@attr 1=4 my"); Z_SortKeySpecList *spec = yaz_sort_spec (odr_output, "@attr 1=4 id"); - int hits; + zint hits; init_data(zh, recs); @@ -75,7 +75,7 @@ int main(int argc, char **argv) yaz_pqf_destroy(parser); /* - zebra_deleleResultSet(zh, Z_DeleteRequest_list, + zebra_deleteResultSet(zh, Z_DeleteRequest_list, 1, &setnamep, &status); */ odr_destroy(odr_input);