X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=91116ab73df565ca8b33bbaa9574e738be884ce9;hb=a66b7d79383ae700f3358731eecfe2aafed0e90d;hp=126fb6193a428ccdd7c91c5ed88e5ffcbe432404;hpb=9e430c87992b890d3911d415132cfa1b7f6b9ed3;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 126fb61..91116ab 100644 --- a/index/index.h +++ b/index/index.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 1994-2010 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -257,7 +257,7 @@ void zebra_limit_for_rset(struct zebra_limit *zl, struct rset_key_control *zebra_key_control_create(ZebraHandle zh); ZEBRA_RES rpn_search_top(ZebraHandle zh, Z_RPNStructure *zs, - const Odr_oid *attributeSet, + const Odr_oid *attributeSet, zint hits_limit, NMEM stream, NMEM rset_nmem, Z_SortKeySpecList *sort_sequence, int num_bases, const char **basenames, @@ -440,6 +440,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab