X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fisamb.h;h=c2f48bf87d522f22b3b52e0fd6eeeecf2de68f04;hp=aa17bd488b2094b44e8a5081433e027ef50f162c;hb=73920b6f7f49407da60018dfbba8f7a458c155c6;hpb=60ba1bbd30dc4302bac6888136dc6bf8f9c0c7c7 diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index aa17bd4..c2f48bf 100644 --- a/include/idzebra/isamb.h +++ b/include/idzebra/isamb.h @@ -53,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);