X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fisamb.h;h=5c8743efd1a23043d13885e1d99e443f7b7285ce;hb=4f71537a478fc551989245f0dde38997714eedc1;hp=c2f48bf87d522f22b3b52e0fd6eeeecf2de68f04;hpb=73920b6f7f49407da60018dfbba8f7a458c155c6;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index c2f48bf..5c8743e 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 @@ -42,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 @@ -99,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