X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fisamb.h;h=5c8743efd1a23043d13885e1d99e443f7b7285ce;hb=4f71537a478fc551989245f0dde38997714eedc1;hp=17512e8a0afaf7d430173b034402901bff1260a8;hpb=97a7adeb9e5059463f039495cc01cfa448463a27;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index 17512e8..5c8743e 100644 --- a/include/idzebra/isamb.h +++ b/include/idzebra/isamb.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + 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 @@ -39,7 +39,7 @@ ISAMB isamb_open2(BFiles bfs, const char *name, int writeflag, ISAMC_M *method, YAZ_EXPORT void isamb_close(ISAMB isamb); -YAZ_EXPORT +YAZ_EXPORT void isamb_merge(ISAMB b, ISAM_P *pos, ISAMC_I *data); YAZ_EXPORT @@ -96,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