X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fisamb.h;h=917c807c7046631f93b1959a6c0819e554773007;hb=16853a7593f10680ea8d6895aa0720b9af3779e6;hp=d42a1ef328999e7f7b5afeb911bb1200739d3768;hpb=161aa7805930f6b91ccea027e4afa4ccce41c379;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index d42a1ef..917c807 100644 --- a/include/idzebra/isamb.h +++ b/include/idzebra/isamb.h @@ -1,8 +1,5 @@ -/* $Id: isamb.h,v 1.9 2006-12-18 23:40:07 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-2010 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