X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fidzebra%2Fisamb.h;h=2bae60d943a26c4e1b97c1a512b32af0324aef6e;hb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;hp=aa17bd488b2094b44e8a5081433e027ef50f162c;hpb=5a8a42bede922e70156e7b289db071592c71529b;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index aa17bd4..2bae60d 100644 --- a/include/idzebra/isamb.h +++ b/include/idzebra/isamb.h @@ -1,8 +1,5 @@ -/* $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. +/* 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 @@ -53,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);