X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fidzebra%2Fisamb.h;h=2bae60d943a26c4e1b97c1a512b32af0324aef6e;hb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;hp=183e13bcdc1e88823c35ed2f2eb849ad3ddfa6a5;hpb=baeef217d2eeb54b96daabeeca6792c33708aaad;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index 183e13b..2bae60d 100644 --- a/include/idzebra/isamb.h +++ b/include/idzebra/isamb.h @@ -1,8 +1,5 @@ -/* $Id: isamb.h,v 1.8 2006-12-12 13:46:42 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + 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 @@ -36,6 +33,10 @@ ISAMB isamb_open(BFiles bfs, const char *name, int writeflag, ISAMC_M *method, int cache); YAZ_EXPORT +ISAMB isamb_open2(BFiles bfs, const char *name, int writeflag, ISAMC_M *method, + int cache, int no_cat, int *sizes, int use_root_ptr); + +YAZ_EXPORT void isamb_close(ISAMB isamb); YAZ_EXPORT @@ -49,8 +50,6 @@ int isamb_pp_read(ISAMB_PP pp, void *buf); YAZ_EXPORT int isamb_pp_forward(ISAMB_PP pp, void *buf, const void *untilbuf); -YAZ_EXPORT -int isamb_pp_forward2(ISAMB_PP pp, void *buf, const void *untilbuf); YAZ_EXPORT void isamb_pp_pos(ISAMB_PP pp, double *current, double *total); @@ -84,6 +83,13 @@ void isamb_set_int_count(ISAMB b, int v); YAZ_EXPORT void isamb_set_cache_size(ISAMB b, int sz); +YAZ_EXPORT +zint isamb_get_root_ptr(ISAMB b); + +YAZ_EXPORT +void isamb_set_root_ptr(ISAMB b, zint root_ptr); + + YAZ_END_CDECL #endif