X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Frpnscan.c;h=8ea6850f086dbe13ac22e562267258f5b0bb2138;hb=d05a55789f78d56886f991e6054d7913a1bece20;hp=be4e765fe04a561af8520112512665f46a532bf7;hpb=1872e3fc60b482771bbd1cb4b0290b8d6a9ef5d0;p=idzebra-moved-to-github.git diff --git a/index/rpnscan.c b/index/rpnscan.c index be4e765..8ea6850 100644 --- a/index/rpnscan.c +++ b/index/rpnscan.c @@ -1,4 +1,4 @@ -/* $Id: rpnscan.c,v 1.7 2007-04-16 08:44:32 adam Exp $ +/* $Id: rpnscan.c,v 1.9 2007-05-08 12:50:04 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -377,7 +377,7 @@ struct scan_info { }; ZEBRA_RES rpn_scan(ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, - const int *attributeset, + const Odr_oid *attributeset, int num_bases, char **basenames, int *position, int *num_entries, ZebraScanEntry **list, int *is_partial, RSET limit_set) @@ -398,7 +398,7 @@ ZEBRA_RES rpn_scan(ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, *is_partial = 0; if (!attributeset) - attributeset = yaz_oid_attset_bib1(); + attributeset = yaz_oid_attset_bib_1; if (!limit_set) /* no limit set given already */ {