X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fisamb.h;h=c2f48bf87d522f22b3b52e0fd6eeeecf2de68f04;hb=73920b6f7f49407da60018dfbba8f7a458c155c6;hp=183e13bcdc1e88823c35ed2f2eb849ad3ddfa6a5;hpb=baeef217d2eeb54b96daabeeca6792c33708aaad;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index 183e13b..c2f48bf 100644 --- a/include/idzebra/isamb.h +++ b/include/idzebra/isamb.h @@ -1,5 +1,5 @@ -/* $Id: isamb.h,v 1.8 2006-12-12 13:46:42 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: isamb.h,v 1.10 2007-01-15 20:08:24 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -36,6 +36,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 +53,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 +86,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