X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fisamb.h;h=7825f9b54c1d283a9bfa18fcd1544d301bc491cd;hp=aa17bd488b2094b44e8a5081433e027ef50f162c;hb=a030c87bc444608639905eca95e29f84a4f1d991;hpb=5a8a42bede922e70156e7b289db071592c71529b diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index aa17bd4..7825f9b 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-2011 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); @@ -101,6 +96,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