X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=a8f4fda23118c1b0d5a136c5ed6f71fe45753bf0;hb=d0d4772450cfe6afde24ed8ec4031afd2da56632;hp=126fb6193a428ccdd7c91c5ed88e5ffcbe432404;hpb=9e430c87992b890d3911d415132cfa1b7f6b9ed3;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 126fb61..a8f4fda 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-2009 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