X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fbfile.h;h=5d0ebee7a6bd56cd4cc3595dfe537c8a610bfd37;hb=16853a7593f10680ea8d6895aa0720b9af3779e6;hp=6369f4c3db89e226ff78edde82f0c016fe0faa6d;hpb=0f78f3fe78e859d9f0d3f0d3e13fcd28085dd427;p=idzebra-moved-to-github.git diff --git a/include/idzebra/bfile.h b/include/idzebra/bfile.h index 6369f4c..5d0ebee 100644 --- a/include/idzebra/bfile.h +++ b/include/idzebra/bfile.h @@ -1,8 +1,5 @@ -/* $Id: bfile.h,v 1.12 2006-11-14 08:12: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 @@ -56,7 +53,7 @@ BFiles bfs_create (const char *spec, const char *base); \param bfiles block files handle The files in the block files collection are not deleted. Only the - handle is + handle is freed. */ void bfs_destroy (BFiles bfiles); @@ -263,6 +260,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